24.1.0: nextest support! and a fix for --in-diff
#242
sourcefrog
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
24.1.0
New!
cargo mutants --test-tool nextest
, ortest_tool = "nextest"
in.cargo/mutants.toml
runs tests under Nextest. Some trees have tests that only work under Nextest, and this allows them to be tested. In other cases Nextest may be significantly faster, because it will exit soon after the first test failure.Fixed: Fixed spurious "Patch input contains repeated filenames" error when
--in-diff
is given a patch that deletes multiple files.Download through
cargo install
,cargo binstall
or https://github.com/sourcefrog/cargo-mutants/releases/tag/v24.1.0Beta Was this translation helpful? Give feedback.
All reactions