Skip to content

Commit c5fd956

Browse files
committed
test: remove diagnostics from tests
1 parent 24d0901 commit c5fd956

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

tests/testthat/test-smk-ds.exp.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717

1818
connect.studies.dataset.cnsim(list("LAB_TSC"))
1919

20-
# DIAGNOSTIC (temporary): which ASSIGN methods does the server actually expose?
21-
print(DSI::datashield.methods(ds.test_env$connections, type = "assign"))
22-
2320
test_that("setup", {
2421
ds_expect_variables(c("D"))
2522
})
@@ -31,7 +28,6 @@ test_that("setup", {
3128
# context("ds.exp::smk")
3229
test_that("simple exp", {
3330
expect_no_error(ds.exp("D$LAB_TSC", newobj="exp1_obj"))
34-
print(DSI::datashield.errors())
3531

3632
res1_class <- ds.class("exp1_obj")
3733

tests/testthat/test-smk-ds.log.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717

1818
connect.studies.dataset.cnsim(list("LAB_TSC"))
1919

20-
# DIAGNOSTIC (temporary): which ASSIGN methods does the server actually expose?
21-
print(DSI::datashield.methods(ds.test_env$connections, type = "assign"))
22-
2320
test_that("setup", {
2421
ds_expect_variables(c("D"))
2522
})
@@ -31,7 +28,6 @@ test_that("setup", {
3128
# context("ds.log::smk")
3229
test_that("simple log", {
3330
expect_no_error(ds.log("D$LAB_TSC", newobj="log1_obj"))
34-
print(DSI::datashield.errors())
3531

3632
res1_class <- ds.class("log1_obj")
3733

0 commit comments

Comments
 (0)