verify-coverage-mutants.fsx -> mutannot.fsx
This commit is contained in:
parent
88db0ab12b
commit
ae04034028
2 changed files with 2 additions and 2 deletions
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
This allows you to annotate Xunit test cases with a mutation that should cause the test to fail.
|
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
|
Current state: LLM-generated prototype
|
||||||
|
|
|
||||||
|
|
@ -80,7 +80,7 @@ let repoRoot =
|
||||||
|
|
||||||
let parseArgs (args: string list) =
|
let parseArgs (args: string list) =
|
||||||
let usage () =
|
let usage () =
|
||||||
fail "Usage: verify-coverage-mutants.fsx <path/to/project.fsproj> [--configuration Debug|Release] [--build-arg <value> ...] [--no-build] [--list | --show <id> | --run [id...]]"
|
fail "Usage: mutannot.fsx <path/to/project.fsproj> [--configuration Debug|Release] [--build-arg <value> ...] [--no-build] [--list | --show <id> | --run [id...]]"
|
||||||
|
|
||||||
let rec loop configuration projectPath buildArgs noBuild remaining =
|
let rec loop configuration projectPath buildArgs noBuild remaining =
|
||||||
match remaining with
|
match remaining with
|
||||||
Loading…
Add table
Add a link
Reference in a new issue