Pytest
Pytest is a Python testing framework that originated from the PyPy project. It can be used to write various types of software tests, including unit tests, integration tests, end-to-end tests, and functional tests. Its features include parametrized testing, fixtures, and assert re-writing.
To pass the results of your Pytest executions, you need to install the Pytest app.
- 1.
- 2.Click "Activate":
- 3.Switch to "Access Tokens" and generate an API token that the Pytest app will be using:
- 4.
Once the Pytest app is installed, any test cases, test runs, and test results created and submitted will appear with the Pytest as the author of said cases, runs or results (instead of a specific user whose API token has been used). Slack notifications will also appear with the Pytest app as the author.
Last modified 1mo ago