Press the keys to navigate to the next or previous product.
M

MutPy

A mutation testing tool for Python 3.3+ source code

MutPy is a Python mutation testing framework that can be used jointly with the UNITTEST, PYTEST, and NOSETEST frameworks.

MutPy can mutate Python source code files using different mutation operators, such as arithmetic, bitwise, boolean, comparison, exception handling, logical, and unary operators.

The framework also enables higher-order mutation testing, which involves applying multiple mutations to the same code element.

MutPy produces text and XML reports that show the mutation score and the details of each mutant.

Tags:

Mutation TestingFrameworkOpen Source
Previous Tool Next Tool