Skip to content

Commit 84a1b77

Browse files
committed
tidy
ref #542
1 parent dcdcd24 commit 84a1b77

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

tests/test-all.R

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Modeled after the R6 testing structure: https://github.com/wch/R6/blob/master/tests/testthat.R
22
library(testthat)
33
library(REDCapR)
4+
# source("R/helpers-testing.R")
45

5-
Sys.setenv("redcapr_test_server" = "dev-2")
66
# Sys.setenv("redcapr_test_server" = "bbmc")
7-
7+
Sys.setenv("redcapr_test_server" = "dev-2")
88
message("Using test server '", Sys.getenv("redcapr_test_server"), "'.")
9-
10-
# source("R/helpers-testing.R")
119
testthat::test_check("REDCapR")
10+
11+
# Sys.setenv("redcapr_test_server" = "bbmc")
12+
# message("Using test server '", Sys.getenv("redcapr_test_server"), "'.")
13+
# testthat::test_check("REDCapR")

0 commit comments

Comments
 (0)