CMD + K

pytest-integration

Community

Organizing pytests by integration or not

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::pytest-integration

Usage Tracking

0.2.3
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

Plugin for pytest to mark tests as integration or slow integration.

Integration tests are run after normal tests (unit tests) and slow integration tests are run after (quick) integration tests.

If a unit test fails, (quick) integration and slow integration tests are not run.

If a (quick) integration tests fails, slow integration tests are not run.

If you have also installed pytest-cov, then code coverage is disabled for all integration tests, since unit tests are supposed to cover all the code.

About

Summary

Organizing pytests by integration or not

Last Updated

Feb 19, 2024 at 20:06

License

MIT

Total Downloads

8.3K

Version Downloads

8.3K

Supported Platforms

noarch