Last time, I tried to find an easy way of running mutation testing on a rails app that’s tested by minitest
. I did not find an easy way, so today I’m going to try to do it the hard way: use an old PR on mutant
as a jumping off point to try to make a version of mutant
that hooks into minitest
. Continue reading “Mutant and Minitest”