Pytest Watcher Versions Save

Automatically rerun your tests on file modifications

v0.4.2

2 months ago

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

4 months ago

This minor release fixes ImportError on Windows machines

v0.4.0

4 months ago

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

4 months ago

Features

Add --clear flag to clear the terminal screen before each test run

v0.3.4

11 months ago

Changes

  • Fix tomllib import bug

v0.3.3

1 year ago

Features

  • Configuring pytest-watcher via pyproject.toml file

v0.3.2

1 year ago

Features

  • Add --version cli command

Changes

  • Fix main loop delay bug

v0.3.1

1 year ago

Changes

  • Print information about current version, runner command and watched path on startup
  • Log all triggered events

v0.3.0

1 year ago

Changes

  • Allow specifying custom file patterns and ignoring specific patterns via corresponding flags (--patterns, --ignore-patterns). Special thanks to @aptakhin for the contribution
  • Reduce default invocation delay form 0.5 to 0.2

v0.2.6

1 year ago

Changes

New --runner flag for specifying alternative runner command (e.g. tox, make, etc.). Thanks to @paolorechia Drop support for Python 3.6

Full Changelog: https://github.com/olzhasar/pytest-watcher/compare/v0.2.5...v0.2.6