Markus Schirp stellt das Thema vor
A deeper look on mutation testing with mutant
Mutant
Why / when and how a mutation testing tool can improve your development skills.
References:
- [mutant] https://github.com/mbj/mutant
Mutant is a mutation tester. It modifies your code and runs your tests to make sure they fail. The idea is that if code can be changed and your tests don’t notice, either that code isn’t being covered or it doesn’t do anything.