No description
Find a file
2026-04-27 22:55:09 +02:00
example-tests/Example.Tests Add example project 2026-04-27 22:55:09 +02:00
.gitignore Ignore .codex 2026-04-27 22:52:29 +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