Releases: tarpas/pytest-testmon
Releases · tarpas/pytest-testmon
Subdirectories on windows fix.
v1.4.2 v1.4.2 re #169 Basic windows fix without much testing so far. A prope…
Fix secondary exception on collection error.
v1.4.1 Fixed secondary exception on collection error and bump to v1.4.1.
v1.4.0 - support simultaneous execution of testmon with pytest-xdist and pytest-cov
promote b0 to release.
v1.4.0b1 - support simultaneous execution of testmon with pytest-xdist and pytest-cov
Pre-release
v1.4. support for simultanously executing testmon with pytest-xdist a…
Occasional survey prompt.
"We'd like to hear from testmon users! Please go to https://testmon.org/survey to leave feedback." is displayed occasionally.
Testmon is compatible with Python 3.11
v1.3.6 Bump to v1.3.6
--testmon-noselect now sorts the tests
--testmon-noselect now sorts the tests! All the tests are executed but the affected go first. Unaffected tests only follow afterwards. Quickest tests are still prioritized within each subgroup.
(+ edge case fixes and refactoring)
more compact and performant .testmondata
- much smaller .testmondata saving space and improving performance
- doctest and doctest modules support
- support for pytest 7
- xdist is not supported and the related warnings were fixed
Failures are always re-executed.
In previous versions testmon stored the failure reports and re-reported them from cache even if the tests were not affected. The result was imperfect in many ways and sometimes spooked users. This version always re-executes tests which failed last time.
Another fix for an edge case, refactoring.
v1.1.2 Allow coverage version 6+ .