Skip to content

Releases: tarpas/pytest-testmon

Subdirectories on windows fix.

17 Nov 15:21
Compare
Choose a tag to compare
v1.4.2

v1.4.2 re #169 Basic windows fix without much testing so far. A prope…

Fix secondary exception on collection error.

30 Oct 18:44
Compare
Choose a tag to compare
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

21 Oct 13:05
Compare
Choose a tag to compare

v1.4.0b1 - support simultaneous execution of testmon with pytest-xdist and pytest-cov

17 Oct 17:49
Compare
Choose a tag to compare
v1.4. support for simultanously executing testmon with pytest-xdist a…

Occasional survey prompt.

27 Sep 14:03
Compare
Choose a tag to compare

"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

09 Sep 19:18
Compare
Choose a tag to compare

--testmon-noselect now sorts the tests

16 Jul 14:32
Compare
Choose a tag to compare

--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

02 Mar 18:25
Compare
Choose a tag to compare
  • 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.

06 Sep 20:51
Compare
Choose a tag to compare

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.

05 Aug 09:35
Compare
Choose a tag to compare
v1.1.2

Allow coverage version 6+ .