muttest | R Documentation |
Run a mutation test
muttest(
plan,
path = "tests/testthat",
reporter = default_reporter(),
test_strategy = default_test_strategy(),
copy_strategy = default_copy_strategy()
)
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 |
A numeric value representing the mutation score.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.