No description
Find a file
2026-04-27 23:23:20 +02:00
Example.Tests Move up Example.Tests a level 2026-04-27 23:12:31 +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 Make the project a positional argument 2026-04-27 23:23:20 +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