- Install Rust.
- Install testing tools.
cargo install --locked cargo-tarpaulin cargo-mutants - Calculate coverage -> 100%.
cargo tarpaulin - List available mutations.
cargo mutants --list - Run mutation tests -> not all mutations are caught.
cargo mutants - Uncomment line #12 in
src/math.rs. - Run mutation tests again -> all mutations are caught.
cargo mutants
-
Notifications
You must be signed in to change notification settings - Fork 0
katediadechko/mutants-demo
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published