Replies: 1 comment
-
It's not supported at the moment, but it shouldn't be hard, and someone is looking at it. #413 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to run
cargo mutants
with a given test command or executable?I've searched in https://mutants.rs/ and
cargo mutants --help
, but it looks like it only supportscargo test
andcargo nextest
.How hard would it be to support user commands to run the tests?
Beta Was this translation helpful? Give feedback.
All reactions