442 B
442 B
| name | description |
|---|---|
| Maintain mutations | Trigger when asked to maintain mutations |
Start with:
mutannot <path/to/test-project.fsproj> --validate
Fix every reported error. Re-run mutannot <path/to/test-project.fsproj> --validate until it succeeds with no errors.
If you change mutations, you must run the changed mutations with:
mutannot <path/to/test-project.fsproj> --run <mutation id 1> <mutation id 2> <...>