No description
| Example.Tests | ||
| .gitignore | ||
| MutationCase.fs | ||
| README.md | ||
| verify-coverage-mutants.fsx | ||
mutannot
This allows you to annotate Xunit test cases with a mutation that should cause the test to fail.
verify-coverage-mutants.fsx will apply each mutation and verify that the test actually fails.
Current state: LLM-generated prototype