pytest-dev / pytest-incremental

py-test plugin: an incremental test runner
http://pytest-incremental.readthedocs.org
MIT License
45 stars 7 forks source link

.. image:: https://img.shields.io/pypi/v/pytest-incremental.svg :target: https://pypi.python.org/pypi/pytest-incremental

.. image:: https://img.shields.io/pypi/pyversions/pytest-incremental.svg :target: https://pypi.python.org/pypi/pytest-incremental

.. image:: https://github.com/pytest-dev/pytest-incremental/workflows/test/badge.svg :target: https://github.com/pytest-dev/pytest-incremental/actions?query=workflow%3Atest

pytest-incremental

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.

Project Details

license

The MIT License Copyright (c) 2015-2021 Eduardo Naufel Schettino

see LICENSE file