pytest-watcherpytest-watcher
Uncategorized
1
Posts
1
Posters
2
Views
-
pytest-watcher
pytest-watcherAutomatically rerun your tests on file modifications
pytest-watcher is a tool to automatically rerun tests (using pytest by 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.
https://monodes.com/predaelli/2026/03/04/pytest-watcher/
#Python