Mutatest Versions Save

Python mutation testing: test your tests! Safely run mutation trials without source code modifications and see what will get past your test suite.

3.0.0

4 years ago

2.2.0

4 years ago

2.1.3

4 years ago

2.1.1

4 years ago
  • 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

2.1.0

4 years ago

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

2.0.1

4 years ago

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.