stacks-core icon indicating copy to clipboard operation
stacks-core copied to clipboard

Mutation Tests stackslib/src/burnchains/db.rs > set_override_affirmation_map

Open ASuciuX opened this issue 9 months ago • 0 comments

Related #4587

Todo for catching the mutants:

  • [ ] remove the skip header
  • [ ] then check if mutation tests are caught for these cases:
    • [ ] run
    RUST_BACKTRACE=1 BITCOIND_TEST=1 cargo mutants -vV -F "replace BurnchainDBTransaction<'a>::set_override_affirmation_map" -E ": replace .{1,2} with .{1,2} in " --baseline=skip --test-tool=nextest -- --run-ignored all --no-fail-fast --test-threads 1
    
  • [ ] create tests if it isn't caught:
    • [ ] Ok(())

ASuciuX avatar May 29 '24 13:05 ASuciuX