Package: muttest
Type: Package
Title: Mutation Testing
Version: 0.1.0
Authors@R: c(
    person(
      "Jakub", "Sobolewski",
      email = "jakupsob@gmail.com",
      role = c("aut", "cre")
    )
  )
Description: 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.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends: R (>= 4.1.0)
Imports: checkmate, cli, dplyr, fs, purrr, R6, rlang, testthat, tibble,
        treesitter, treesitter.r, withr
Config/testthat/edition: 3
URL: https://jakubsob.github.io/muttest/
Suggests: box, covr, cucumber (>= 2.1.0), ggplot2, shiny
Config/Needs/website: rmarkdown
NeedsCompilation: no
Packaged: 2025-05-28 17:46:29 UTC; jakub
Author: Jakub Sobolewski [aut, cre]
Maintainer: Jakub Sobolewski <jakupsob@gmail.com>
Repository: CRAN
Date/Publication: 2025-05-30 09:40:05 UTC
Built: R 4.6.0; ; 2025-10-14 02:57:06 UTC; windows
