-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathDESCRIPTION
28 lines (28 loc) · 982 Bytes
/
DESCRIPTION
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
Package: patrick
Title: Parameterized Unit Testing
Version: 0.3.0
Authors@R: c(
person(given = "Michael",
family = "Quinn",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Michael",
family = "Chirico",
role = "ctb",
email = "[email protected]"))
Description: This is an extension of the 'testthat' package that
lets you add parameters to your unit tests. Parameterized unit tests
are often easier to read and more reliable, since they follow the DNRY
(do not repeat yourself) rule.
License: Apache License 2.0
URL: https://github.com/google/patrick
BugReports: https://github.com/google/patrick/issues
Depends: R (>= 3.1)
Imports: dplyr, glue, purrr, rlang, testthat (>= 3.1.5), tibble
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2020-10-27 18:23:21 UTC; msquinn
Repository: CRAN
Date/Publication: 2020-10-27 18:50:03 UTC