No description
Find a file
2026-04-27 20:31:01 +02:00
MutationCase.fs Initial commit 2026-04-27 20:31:01 +02:00
README.md Initial commit 2026-04-27 20:31:01 +02:00
verify-coverage-mutants.fsx Initial commit 2026-04-27 20:31:01 +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