https://pantsbuild.org/ logo
c

curved-television-6568

10/09/2021, 3:38 PM
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

hundreds-father-404

10/09/2021, 3:40 PM
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
3 Views