-
-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Split from #505:
Today you can pass arguments to the test runner with cargo mutants -- --extra-test-args
.
It might be nice to also have an explicit option for this, e.g. cargo mutants --cargo-test-arg=--max-fail=2
.
/// Pass remaining arguments to cargo test after all options and after `--`.
#[arg(last = true, help_heading = "Execution")]
cargo_test_args: Vec<String>,
Metadata
Metadata
Assignees
Labels
No labels