Automatically rerun failed tests on source modification | |
pytest-xdist provides a very useful feature of detecting all failed | |
tests, and then waiting for you to modify files and continuously re-rerun those failing tests until they pass while you | |
fix them. |