Skip to content

Releases: EvanKepner/mutatest

Maintenance patches

20 Feb 19:30
4560631
Compare
Choose a tag to compare

Maintenance: argument parsing logical changes

16 May 14:27
d1a2aa1
Compare
Choose a tag to compare

Bug fix: KeyError with bit-shift mutations

11 Mar 12:38
124303a
Compare
Choose a tag to compare

Parallel cache and bug fixes

20 Jan 20:45
a538e5c
Compare
Choose a tag to compare

Support for setup.cfg config

17 Jan 02:38
58ad250
Compare
Choose a tag to compare

Maintenance: Windows filepath test failure fix

08 Jan 00:09
115d8a7
Compare
Choose a tag to compare

Maintenance: tests distributed with package

07 Jan 18:49
43d1477
Compare
Choose a tag to compare

Test suite for Coverage v4 and v5

05 Jan 14:51
8111c4a
Compare
Choose a tag to compare
  • Added a specific test environment for coverage v4 since v5 is the new default. This includes proper mocks of the .coverage file in both JSON and SQL form.

https://github.com/EvanKepner/mutatest/blob/master/CHANGELOG.rst#211

Coverage 5x support

03 Jan 17:18
b58aee6
Compare
Choose a tag to compare

Coverage 5.0.0 moved to a SQLite database format. This release supports both 4.4x and 5.x versions of coverage.

https://github.com/EvanKepner/mutatest/blob/master/CHANGELOG.rst#210

Typing extensions explicit inclusion

07 Dec 16:42
291b244
Compare
Choose a tag to compare

RTD builds were incomplete due to missing typing-extension, this is now explicit in setup.py and docs/requirements.txt for potential Python 3.7 import errors.