Skip to content

Releases: olzhasar/pytest-watcher

v0.4.3

28 Aug 17:37
Compare
Choose a tag to compare

Fixes

Fix watchdog 5.xx compatibility issue

Credits to @jor-rit

v0.4.2

01 Apr 17:36
Compare
Choose a tag to compare

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

06 Feb 14:28
Compare
Choose a tag to compare

This minor release fixes ImportError on Windows machines

v0.4.0

06 Feb 03:39
Compare
Choose a tag to compare

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

28 Jan 14:33
Compare
Choose a tag to compare

Features

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

v0.3.4

24 Jun 15:13
Compare
Choose a tag to compare

Changes

  • Fix tomllib import bug

v0.3.3

11 Jun 11:29
7ed8fd4
Compare
Choose a tag to compare

Features

  • Configuring pytest-watcher via pyproject.toml file

v0.3.2

07 Jun 19:08
Compare
Choose a tag to compare

Features

  • Add --version cli command

Changes

  • Fix main loop delay bug

v0.3.1

03 Jun 13:17
Compare
Choose a tag to compare

Changes

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

v0.3.0

02 Jun 23:30
Compare
Choose a tag to compare

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