Releases: olzhasar/pytest-watcher
Releases · olzhasar/pytest-watcher
Release list
v0.6.3
Features
- Add debug mode activated with
PTW_DEBUGenvironment variable and improve log messages.
Bugfixes
- Fix terminal flushing after menu and header prints.
- Use monotonic clock for trigger detection to avoid misbehavior on clock changes.
v0.6.2
v0.6.1
v0.6.0
Features
- Add
notify-on-failureflag (and config option) to emit BEL symbol on test suite failure.
Infrastructure
- Migrate from poetry to uv.
- Remove tox.
v0.5.0
Fixes
- Merge arguments passed to the runner from config and CLI instead of overriding.
Changes
- Drop support for Python 3.7 & 3.8
v0.4.3
v0.4.2
Fixes
Fix the bug where abbreviated command line arguments are being consumed by pytest-watcher instead of being passed to the runner.
Credits to @radoshi
v0.4.1
This minor release fixes ImportError on Windows machines
v0.4.0
Features
Add a new interactive mode with handy shortcuts for common commands, like:
- Invoke test runer
- Run only failed tests
- Drop to pdb on failure
- Increase verbosity
and more
v0.3.5
Features
Add --clear flag to clear the terminal screen before each test run