Releases: olzhasar/pytest-watcher
Releases · olzhasar/pytest-watcher
v0.4.3
v0.4.2
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
v0.3.4
Changes
- Fix
tomllib
import bug
v0.3.3
Features
- Configuring
pytest-watcher
viapyproject.toml
file
v0.3.2
Features
- Add --version cli command
Changes
- Fix main loop delay bug