Releases: tarpas/pytest-testmon
Releases · tarpas/pytest-testmon
Another fix for an edge case, refactoring.
v1.1.2 Allow coverage version 6+ .
Fixed behaviour when faced with keyboard interrupt or syntax errors
closes #164 Collection error incorrectly deleted unstable tests completely, so they were not executed on next runs at all.
Tracking external package updates
v1.1.0 Bump version to 1.1.0
pytest 6 support
v1.0.3 Bump to v1.0.3 and minor formatting.
fixes # 145 "empty files causing testmon to crash"
#145 Fix empty files causing testmon to crash We were creating Module based on code variable value. When file is empty code was empty string and we didnt create Module instance, instead we returned None. This was causing crash in make_nodedata because file exists but module instance was None. Not we create Module instance based on checksum value. Checksum is defined even if file is empty.
Big rewrite of testmon.
Although a lot of testmon has been rewritten, the changes should be mostly transparent for the user. You can read more about the changes here: https://testmon.org/new-in-testmon-100.html
Support for pytest 5.x
v0.9.18 Bump version number.
Stop --testmon-readonly from touching .testmondata
v0.9.16 Cosmetic adjustment of links and description.
Fixing some nasty bugs
v0.9.12 version bump
Performance fix with large codebases.
v0.9.11 re #87 performance with large codebases. This seems to be a significa…