Does anyone here have experience with mutmut? <htt...
# general
c
Does anyone here have experience with mutmut? https://github.com/boxed/mutmut Thought it looks like an interesting approach to find weakly tested areas of code, and would potentially make a nice addition to the pants toolbelt..
h
Woah never heard of mutation testing, that's brilliant
Thinking out loud, I'm wondering what the flow would look like for using this in Pants. If you would have a dedicated target like
mutmut_tests
and
./pants test ::
runs both Pytest and MutMut (which itself runs Pytest...). Or if it's something like an option used to only enable MutMut when you'd like