Skip to content

Releases: olzhasar/pytest-watcher

v0.6.3

Choose a tag to compare

@olzhasar olzhasar released this 10 Jan 23:30

Features

  • Add debug mode activated with PTW_DEBUG environment 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

Choose a tag to compare

@olzhasar olzhasar released this 28 Dec 15:51

Bugfixes

  • Allow specifying blank patterns via CLI
  • Fix duplicate command entries in menu

v0.6.1

Choose a tag to compare

@olzhasar olzhasar released this 25 Dec 22:35

Bugfixes

  • Trigger tests in interactive mode for carriage return character

Improved Documentation

  • Add contributing guide

Misc

  • Integrate towncrier into the development process

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 21 Dec 19:20

Features

  • Add notify-on-failure flag (and config option) to emit BEL symbol on test suite failure.

Infrastructure

  • Migrate from poetry to uv.
  • Remove tox.

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 20 Dec 22:21

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

Choose a tag to compare

@github-actions github-actions released this 28 Aug 17:37

Fixes

Fix watchdog 5.xx compatibility issue

Credits to @jor-rit

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 01 Apr 17:36

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

Choose a tag to compare

@github-actions github-actions released this 06 Feb 14:28

This minor release fixes ImportError on Windows machines

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 06 Feb 03:39

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

Choose a tag to compare

@github-actions github-actions released this 28 Jan 14:33

Features

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