Skip to content

Commit a7cf25a

Browse files
Use parametrized unit testing
cf. #166
1 parent 54700ba commit a7cf25a

File tree

5 files changed

+310
-196
lines changed

5 files changed

+310
-196
lines changed

.github/workflows/R-CMD-check-hard.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
any::rmarkdown
4646
any::curl
4747
any::testthat
48+
any::patrick
4849
needs: check
4950

5051
- uses: r-lib/actions/check-r-package@v2

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Suggests:
5252
rmarkdown,
5353
rstantools,
5454
survival,
55+
patrick,
5556
testthat (>= 3.2.1),
5657
utils
5758
VignetteBuilder:

tests/testthat.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
library(testthat)
2+
library(patrick)
23
library(statsExpressions)
34

45
test_check("statsExpressions")

0 commit comments

Comments
 (0)