Skip to content

Commit

Permalink
restore test server
Browse files Browse the repository at this point in the history
  • Loading branch information
wibeasley committed Dec 6, 2024
1 parent e664698 commit 02a759f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/test-all.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ library(testthat)
library(REDCapR)
# source("R/helpers-testing.R")

# Sys.setenv("redcapr_test_server" = "dev-2")
# message("Using test server '", Sys.getenv("redcapr_test_server"), "'.")
# testthat::test_check("REDCapR")

Sys.setenv("redcapr_test_server" = "bbmc")
Sys.setenv("redcapr_test_server" = "dev-2")
message("Using test server '", Sys.getenv("redcapr_test_server"), "'.")
testthat::test_check("REDCapR")

# Sys.setenv("redcapr_test_server" = "bbmc")
# message("Using test server '", Sys.getenv("redcapr_test_server"), "'.")
# testthat::test_check("REDCapR")

# Sys.setenv("redcapr_test_server" = "coph")
# message("Using test server '", Sys.getenv("redcapr_test_server"), "'.")
# testthat::test_check("REDCapR")

0 comments on commit 02a759f

Please sign in to comment.