cargo-mutants
cargo-mutants copied to clipboard
An option to run tests from a diff _first_?
A diff is a hint as to what code might most likely be not covered, but it's not conclusive: a diff could cause code elsewhere in the program to now be poorly tested. So, testing the mutants within a diff isn't really enough.
However it might be helpful to have a way to test the diff first, and then go on to test all other mutants.