What is MutPy?

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.

More tools in Automated Checking

GQL logo

GQL

Automated Checking

SQL like language to perform queries on .git files.

Free
Code::Blocks logo

Code::Blocks

Automated Checking

The free C/C++ and Fortran IDE.

Free
Pytest logo

Pytest

Automated Checking

Python based testing framework

Free