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.
Version: |
0.1.0 |
Depends: |
R (≥ 4.1.0) |
Imports: |
checkmate, cli, dplyr, fs, purrr, R6, rlang, testthat, tibble, treesitter, treesitter.r, withr |
Suggests: |
box, covr, cucumber (≥ 2.1.0), ggplot2, shiny |
Published: |
2025-05-30 |
DOI: |
10.32614/CRAN.package.muttest |
Author: |
Jakub Sobolewski [aut, cre] |
Maintainer: |
Jakub Sobolewski <jakupsob at gmail.com> |
License: |
MIT + file LICENSE |
URL: |
https://jakubsob.github.io/muttest/ |
NeedsCompilation: |
no |
Materials: |
README NEWS |
CRAN checks: |
muttest results |
Documentation:
Downloads:
Linking:
Please use the canonical form
https://CRAN.R-project.org/package=muttest
to link to this page.