- Configuring `pytest-watcher` via `pyproject.toml` file
0.3.2
Features
- Add `--version` cli command
Changes
- Fix main loop delay
0.3.1
Features
- Print information about current version, runner command and watched path on startup - Log all triggered events
Changes
- Fix typo in `delay` argument help message
0.3.0
Features
- Allow specifying custom file patterns and ignoring specific patterns via corresponding flags (`--patterns`, `--ignore-patterns`). Special thanks to [aptakhin](https://github.com/aptakhin) for the contribution
Changes
- Reduce default invocation delay form 0.5 to 0.2
0.2.6
Features
- New `--runner` flag for specifying alternative runner command (e.g. `tox`, `make`, etc.)
Changes
- Drop support for Python 3.6
0.2.5
Features
- New `--now` flag for triggering `pytest` instantly - Support for Python 3.11