Do we have a library to perform the mutation testing?

Please recommend some library or test runner to perform mutation testing if one exists.

Mutation testing involves modifying a program in small ways.[1] Each mutated version is called a mutant and tests detect and reject mutants by causing the behavior of the original version to differ from the mutant.

1 Like