-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
49 lines (49 loc) · 1.01 KB
/
Copy pathDESCRIPTION
File metadata and controls
49 lines (49 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Package: muttest
Type: Package
Title: Mutation Testing
Version: 0.3.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.3
Roxygen: list(markdown = TRUE)
Depends:
R (>= 4.1.0)
Imports:
checkmate,
cli,
digest,
fs,
mirai,
R6,
rlang,
testthat,
tools,
treesitter,
treesitter.r (>= 1.3.0),
withr
Config/testthat/edition: 3
URL: https://jakubsobolewski.com/muttest/
Suggests:
box,
covr,
cucumber (>= 2.1.0),
ggplot2,
knitr,
purrr,
rmarkdown,
shiny,
stringr
VignetteBuilder: knitr