Package: muttest 0.2.0

muttest: Mutation Testing
Measure quality of your tests. 'muttest' introduces small changes (mutations) to your code and runs your tests to check if they catch the changes. If they do, your tests are good. If not, your assertions are not specific enough. 'muttest' gives you percent score of how often your tests catch the changes.
Authors:
muttest_0.2.0.tar.gz
muttest_0.2.0.zip(r-4.7)muttest_0.2.0.zip(r-4.6)muttest_0.2.0.zip(r-4.5)
muttest_0.2.0.tgz(r-4.6-any)muttest_0.2.0.tgz(r-4.5-any)
muttest_0.2.0.tar.gz(r-4.7-any)muttest_0.2.0.tar.gz(r-4.6-any)
muttest_0.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
muttest/json (API)
NEWS
| # Install 'muttest' in R: |
| install.packages('muttest', repos = c('https://jakubsob.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jakubsob/muttest/issues
Pkgdown/docs site:https://jakubsobolewski.com
mutation-testingtestingtesting-toolstestthat
Last updated from:b35a34fd32. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 170 | ||
| source / vignettes | OK | 243 | ||
| linux-release-x86_64 | OK | 159 | ||
| macos-release-arm64 | OK | 162 | ||
| macos-oldrel-arm64 | OK | 217 | ||
| windows-devel | OK | 140 | ||
| windows-release | OK | 93 | ||
| windows-oldrel | OK | 95 | ||
| wasm-release | OK | 112 |
Exports:arithmetic_operatorsboolean_literalboolean_literalscall_namecomparison_operatorscondition_mutationsCopyStrategydefault_copy_strategydefault_reporterdefault_test_strategydelete_statementFileTestStrategyFullTestStrategyindex_decrementindex_incrementindex_mutationslogical_operatorsMutationReporterMutatormuttestmuttest_planna_literalna_literalsnegate_conditionnumeric_decrementnumeric_incrementnumeric_literalsoperatorPackageCopyStrategyProgressMutationReporterremove_condition_negationremove_negationreplace_return_valuestring_emptystring_fillstring_literalsTestStrategy
Dependencies:backportsbriocallrcheckmateclicrayondescdiffobjevaluatefsgluejsonlitelifecyclemagrittrmirainanonextpkgbuildpkgloadpraiseprocessxpsR6rlangrprojroottestthattreesittertreesitter.rvctrswaldowithr
Getting Started with muttest
Rendered fromgetting-started.Rmdusingknitr::rmarkdownon May 14 2026.Last update: 2026-05-14
Started: 2026-05-06
Mutator Reference and Choosing the Right Mutators
Rendered frommutators.Rmdusingknitr::rmarkdownon May 14 2026.Last update: 2026-05-14
Started: 2026-05-06
Reading mutation results and strengthening tests
Rendered frominterpreting-results.Rmdusingknitr::rmarkdownon May 14 2026.Last update: 2026-05-14
Started: 2026-05-06
Running muttest in CI
Rendered fromci-integration.Rmdusingknitr::rmarkdownon May 14 2026.Last update: 2026-05-14
Started: 2026-05-06
What is Mutation Testing and Why Does it Matter?
Rendered frommutation-testing-101.Rmdusingknitr::rmarkdownon May 14 2026.Last update: 2026-05-14
Started: 2026-05-06
