No description
Find a file
2026-04-27 22:52:28 +02:00
.gitignore Add .NET gitignore 2026-04-27 22:52:28 +02:00
MutationCase.fs Initial commit 2026-04-27 22:52:24 +02:00
README.md Initial commit 2026-04-27 22:52:24 +02:00
verify-coverage-mutants.fsx Don't consider a failed build as a killed mutant 2026-04-27 22:52:28 +02:00

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