an incremental test runner (pytest plug-in)
pytest-incremental analyses your project structure and file modifications between test-runs to modify the order tests are executed and de-select tests. This allows a much faster feedback for interactive test execution.
- Website & docs - https://pytest-incremental.readthedocs.io
- Project code + issue track on github - https://github.com/pytest-dev/pytest-incremental
- PyPI - https://pypi.python.org/pypi/pytest-incremental
- Discussion group - http://groups.google.co.in/group/python-doit
The MIT License Copyright (c) 2015-2021 Eduardo Naufel Schettino
see LICENSE file