muttest {muttest} | R Documentation |
Run a mutation test
Description
Run a mutation test
Usage
muttest(
plan,
path = "tests/testthat",
reporter = default_reporter(),
test_strategy = default_test_strategy(),
copy_strategy = default_copy_strategy()
)
Arguments
plan |
A data frame with the test plan. See |
path |
Path to the test directory. |
reporter |
Reporter to use for mutation testing results. See |
test_strategy |
Strategy for running tests. See |
copy_strategy |
Strategy for copying the project. See |
Value
A numeric value representing the mutation score.
[Package muttest version 0.1.0 Index]