pytest-affected 0.1.6

Last updated:

0 purchases

pytest-affected 0.1.6 Image
pytest-affected 0.1.6 Images
Add to Cart

Description:

pytestaffected 0.1.6

pytest-affected

pytest-affected is a pytest plugin that helps you optimize the execution of
pytest tests by caching and re-running only the tests that are affected by
changes in your codebase. This can significantly reduce the time required to
run your CI pipeline if your project have a lot of slow tests.
Installation
pytest-affected plugin is available on PyPI:
pip install pytest-affected

Usage
Add pytest_affected.plugin to PYTEST_PLUGINS environment variable to active this plugin.
PYTEST_PLUGINS=pytest_affected.plugin pytest

License
pytest-affected is distributed under the MIT License. See LICENSE for more information.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.