verify-coverage-mutants.fsx -> mutannot.fsx

This commit is contained in:
Sven van Heugten 2026-04-27 23:40:47 +02:00
parent 88db0ab12b
commit ae04034028
No known key found for this signature in database
GPG key ID: D612F88666F4F660
2 changed files with 2 additions and 2 deletions

View file

@ -2,6 +2,6 @@
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.
`mutannot.fsx` will apply each mutation and verify that the test actually fails.
Current state: LLM-generated prototype