Skip to content

Releases: tarpas/pytest-testmon

Another fix for an edge case, refactoring.

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

Allow coverage version 6+ .

Fixed behaviour when faced with keyboard interrupt or syntax errors

28 Apr 12:52
Compare
Choose a tag to compare
closes #164

Collection error incorrectly deleted unstable tests completely, so they were not executed on next runs at all.

Tracking external package updates

19 Mar 13:52
Compare
Choose a tag to compare
v1.1.0

Bump version to 1.1.0

pytest 6 support

05 Aug 15:08
Compare
Choose a tag to compare
v1.0.3

Bump to v1.0.3 and minor formatting.

fixes # 145 "empty files causing testmon to crash"

27 Jan 12:40
Compare
Choose a tag to compare
#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.

26 Nov 20:08
Compare
Choose a tag to compare

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

10 Jul 19:39
Compare
Choose a tag to compare
v0.9.18

Bump version number.

Stop --testmon-readonly from touching .testmondata

03 May 23:14
Compare
Choose a tag to compare
v0.9.16

Cosmetic adjustment of links and description.

Fixing some nasty bugs

27 Jun 13:32
Compare
Choose a tag to compare
v0.9.12

version bump

Performance fix with large codebases.

08 May 10:02
Compare
Choose a tag to compare
v0.9.11

re #87 performance with large codebases. This seems to be a significa…