File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,13 @@ pytest-watch Changelog
22======================
33
44
5+ Version 3.9.0 (2016-02-12)
6+ --------------------------
7+
8+ - Bugfix: Handle py.test exit code 5 (no tests are run/collected) as pass ([ #42 ] ( https://github.com/joeyespo/pytest-watch/pull/42 ) - thanks, [ @blueyed ] [ ] !)
9+ - Bugfix: Show config-related errors instead of silently exiting with code 2 ([ #45 ] ( https://github.com/joeyespo/pytest-watch/pull/45 ) - thanks, [ @blueyed ] [ ] !)
10+
11+
512Version 3.8.0 (2015-12-04)
613--------------------------
714
Original file line number Diff line number Diff line change 88:license: MIT, see LICENSE for more details.
99"""
1010
11- __version__ = '3.8 .0'
11+ __version__ = '3.9 .0'
1212
1313
1414from .command import main , usage , version
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ def read(filename):
99
1010setup (
1111 name = 'pytest-watch' ,
12- version = '3.8 .0' ,
12+ version = '3.9 .0' ,
1313 description = 'Local continuous test runner with pytest and watchdog.' ,
1414 long_description = read ('README.md' ),
1515 author = 'Joe Esposito' ,
You can’t perform that action at this time.
0 commit comments