cargo-mutants 1.0.0 #83
sourcefrog
announced in
Announcements
Replies: 1 comment
-
Huge congrats on the 1.0.0 release, and many thanks for your hard work! This library is getting more and more awesome! 💪 |
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
-
A 1.0 release to celebrate that with the addition of workspace handling, cargo-mutants gives useful results on many Rust projects.
New: Supports workspaces containing multiple packages. Mutants are generated for all relevant targets in all packages, and mutants are subject to the tests of their own package.
cargo mutants --list-files --json
andcargo mutants --list --json
now includes package names for each file or mutant.Improved: Generate mutations in
cdylib
,rlib
, and ever other*lib
target. For example, this correctly exercises Wasm projects.Improved: Write
mutants.out/outcomes.json
after the source-tree build and baseline tests so that it can be observed earlier on.Improved:
mutants.out/outcomes.json
includes the commands run.This discussion was created from the release cargo-mutants 1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions