<div dir="ltr"><div>Hi,<br><br>pytest-incremental is a plugin that aims to give faster feedback for test results.<br><br>It analyses the source code (dependency) structure and keeps track of file modifications to:<br> - re-order tests into a more relevant order than alphabetical order<br> - de-select (skip) tests when changes since last execution dont affect the test<br><br></div><div>This is the first release that features test re-ordering and adds python3 support.<br></div><div>Though it is still in "alpha" stage (works for me), please let me know if you find<br></div><div>any issues.<br><br></div><div>pypi: <a href="https://pypi.python.org/pypi/pytest-incremental">https://pypi.python.org/pypi/pytest-incremental</a><br></div><div>docs: <a href="http://pytest-incremental.readthedocs.org">http://pytest-incremental.readthedocs.org</a><br></div><div>source: <a href="https://github.com/pytest-dev/pytest-incremental">https://github.com/pytest-dev/pytest-incremental</a><br><br></div><div>Regards,<br></div><div>  Eduardo<br></div><div><br></div></div>