Skip to content

katediadechko/mutants-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mutants-demo

  1. Install Rust.
  2. Install testing tools.
    cargo install --locked cargo-tarpaulin cargo-mutants
    
  3. Calculate coverage -> 100%.
    cargo tarpaulin
    
  4. List available mutations.
    cargo mutants --list
    
  5. Run mutation tests -> not all mutations are caught.
    cargo mutants 
    
  6. Uncomment line #12 in src/math.rs.
  7. Run mutation tests again -> all mutations are caught.
    cargo mutants 
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages