No description
Find a file
2026-04-28 08:24:27 +02:00
Example.Tests Move up Example.Tests a level 2026-04-27 23:12:31 +02:00
Mutannot Package 2026-04-28 08:24:27 +02:00
.gitignore Ignore .codex 2026-04-27 22:52:29 +02:00
flake.lock Package 2026-04-28 08:24:27 +02:00
flake.nix Package 2026-04-28 08:24:27 +02:00
mutannot.fsx Be more exact with what test to run 2026-04-28 07:40:14 +02:00
README.md verify-coverage-mutants.fsx -> mutannot.fsx 2026-04-28 00:18:35 +02:00

mutannot

This allows you to annotate Xunit test cases with a mutation that should cause the test to fail.

mutannot.fsx will apply each mutation and verify that the test actually fails.

Current state: LLM-generated prototype