A pytest plugin that automatically marks tests with 'integration' based on custom markers and provides options to exclude, include, or run only integration tests. Current version: 0.2.0. Maintained by Barbora Data Science.
pip install pytest-integration-markVerified import paths — ran on the pinned version, not inferred.
To use, simply add @pytest.mark.integration to your tests. Then run pytest with --no-integration to skip them, or --only-integration to run only integration tests.
Use unique marker names for different purposes, or configure the plugin to ignore certain markers.
Apply the marker directly to each test function, or use pytest.mark.parametrize with the marker separately.
None
No dependency data recorded yet.