pytest-watcher
Automatically rerun your tests on file modifications
pytest-watcher is a tool to automatically rerun tests (using
pytestby default) whenever your code changes.pytest-watch has been around for a long time and used to address exactly this problem. Unfortunately, pytest-watch is no longer maintained and doesn’t work for many users. This project provides an alternative for it.