pytest-watcher is a tool to automatically rerun pytest when your code changes. It looks for the following events: - New *.py file created - Existing *.py file modified - Existing *.py file deleted
6 lines
197 B
Plaintext
6 lines
197 B
Plaintext
pytest-watcher is a tool to automatically rerun pytest when your code changes.
|
|
It looks for the following events:
|
|
- New *.py file created
|
|
- Existing *.py file modified
|
|
- Existing *.py file deleted
|