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.

Getting started

Package details

AuthorJakub Sobolewski [aut, cre]
MaintainerJakub Sobolewski <jakupsob@gmail.com>
LicenseMIT + file LICENSE
Version0.1.0
URL https://jakubsob.github.io/muttest/
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("muttest")

Try the muttest package in your browser

Any scripts or data that you put into this service are public.

muttest documentation built on June 8, 2025, 9:32 p.m.