cargo-mutants icon indicating copy to clipboard operation
cargo-mutants copied to clipboard

An option to run tests from a diff _first_?

Open sourcefrog opened this issue 5 months ago • 0 comments

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.

sourcefrog avatar Jul 23 '25 15:07 sourcefrog