Skip to content

Commit

Permalink
Re-enable all DB platform tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonysena committed Aug 22, 2023
1 parent c9e0650 commit 17459cb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions tests/testOracle.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# library(testthat)
# options(dbms = "oracle")
# test_check("Strategus")
library(testthat)
options(dbms = "oracle")
test_check("Strategus")
6 changes: 3 additions & 3 deletions tests/testPostgres.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# library(testthat)
# options(dbms = "postgresql")
# test_check("Strategus")
library(testthat)
options(dbms = "postgresql")
test_check("Strategus")
6 changes: 3 additions & 3 deletions tests/testRedshift.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# library(testthat)
# options(dbms = "redshift")
# test_check("Strategus")
library(testthat)
options(dbms = "redshift")
test_check("Strategus")
6 changes: 3 additions & 3 deletions tests/testSqlServer.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# library(testthat)
# options(dbms = "sql server")
# test_check("Strategus")
library(testthat)
options(dbms = "sql server")
test_check("Strategus")

0 comments on commit 17459cb

Please sign in to comment.