About Anaconda Help Download Anaconda

conda-forge / packages / pytest-integration 0.2.3

Organizing pytests by integration or not

copied from cf-staging / pytest-integration

Installers

  • noarch v0.2.3

conda install

To install this package run one of the following:
conda install conda-forge::pytest-integration

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.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.9) Legal | Privacy Policy