This commit is contained in:
Sven van Heugten 2026-04-28 08:23:17 +02:00
parent c3bd4e1f55
commit 3313656db4
No known key found for this signature in database
GPG key ID: D612F88666F4F660
6 changed files with 309 additions and 94 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.
`mutannot.fsx` will apply each mutation and verify that the test actually fails.
`mutannot` will apply each mutation and verify that the test actually fails.
Current state: LLM-generated prototype