.cargo-mutants.toml 334 B

123456789
  1. # Cargo mutants configuration
  2. # See: https://mutants.rs/
  3. # Skip simple getters that are trivially correct and tested by integration tests
  4. # These mutations would be caught by integration tests like test_split_with_fee
  5. exclude_re = [
  6. "cashu/src/amount.rs.*FeeAndAmounts::fee",
  7. "cashu/src/amount.rs.*FeeAndAmounts::amounts",
  8. ]