Settings

Theme

Mutmut – Python Mutation Tester

github.com

20 points by e-topy 7 months ago · 3 comments

Reader

MichaelNolan 7 months ago

I can’t speak for this specific library, I’ve only use PiTest for Java projects, but mutation testing is a pretty awesome idea.

One hard part is deciding which code is worth doing mutation testing on. A lot of “business” code probably shouldn’t be tested this way. The effort in writing the tests outweighs the return on investment. But if you’re making shared library code then mutation testing is great. It really gives you confidence that the code is actually working as expected.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection