Initial commit

This commit is contained in:
Sven van Heugten 2026-04-27 20:31:01 +02:00
commit c2e96604c6
No known key found for this signature in database
GPG key ID: D612F88666F4F660
3 changed files with 266 additions and 0 deletions

7
README.md Normal file
View file

@ -0,0 +1,7 @@
# 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