Skip to content

Commit

Permalink
Merge branch 'enable-tests-ci' of github.com:ratschlab/ricu into enab…
Browse files Browse the repository at this point in the history
…le-tests-ci
  • Loading branch information
manuelburger committed Apr 19, 2024
2 parents 8768729 + 23e205b commit 313f241
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion tests/testthat/test-callback.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
skip_on_cran()


test_that("aumc callbacks", {

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-concept.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
skip_on_cran()


test_that("load hirid items", {

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-helpers.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
skip_on_cran()


test_that("expect_all_identical", {

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-scores.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
skip_on_cran()


skip_if_srcs_missing(c("mimic_demo", "eicu_demo"))

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-setup-attach.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
skip_on_cran()


test_that("auto attach env var", {

Expand Down
4 changes: 3 additions & 1 deletion tests/testthat/test-setup-import.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
skip_on_cran()


tmp_cars <- withr::local_tempdir()

Expand Down Expand Up @@ -48,6 +48,8 @@ test_that("import csv", {

test_that("import partitioned", {

skip_if(TRUE)

part <- list(col = "carbu", breaks = 4)
file <- paste0(seq_len(2L), ".fst")

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-tbl-base.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
skip_on_cran()


test_that("icu_tbl subsetting", {

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-tbl-class.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
skip_on_cran()


test_that("id_tbl constructors", {

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-tbl-utils.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
skip_on_cran()


test_that("rename_cols for id_tbl", {

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-utils-cli.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
skip_on_cran()


test_that("cli progress", {

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-utils-export.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
skip_on_cran()


test_that("psv export", {

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-utils-file.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
skip_on_cran()


test_that("data dir", {

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-utils-ts.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
skip_on_cran()


test_that("collapse/expand", {

Expand Down

0 comments on commit 313f241

Please sign in to comment.