Skip to content

Releases: olzhasar/pytest-watcher

v0.2.6

11 Dec 17:13
Compare
Choose a tag to compare

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: v0.2.5...v0.2.6

Add now flag, support for Python 3.11

30 Oct 09:36
c9f057e
Compare
Choose a tag to compare

A new --now flag was added that can be used to trigger pytest instantly without waiting for file events
Added support for Python 3.11

Add support for move events

30 Oct 09:19
c4828b3
Compare
Choose a tag to compare

This releases adds support for file move events from not watched to a watched path. E.g. you renamed test.txt to test.py

Version 0.2.1

18 Sep 12:08
Compare
Choose a tag to compare

Change command name to ptw

Version 0.2.0

18 Sep 11:36
Compare
Choose a tag to compare

Add support for MacOS and Windows as a result of migrating to watchdog for event monitoring

Version 0.1.1

17 Sep 20:25
Compare
Choose a tag to compare

Initial release