Skip to content

Commit fd8a7e6

Browse files
committed
obsolete tests
1 parent 837bdc5 commit fd8a7e6

File tree

6 files changed

+10
-415
lines changed

6 files changed

+10
-415
lines changed

tests/testthat/test-read.R

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,17 @@ test_that("Function read_data works", {
6464
})
6565

6666

67-
test_that("Function read_data using guide with two plates returns two plates", {
68-
# guide <- read_guide(test_path("testdata/goodguides/guide_with_two_plates.yml"))
69-
# result <- read_data(drfile = test_path('testdata/test1.xlsx'), guide = guide)
70-
# expect_equal(length(result$platedata), 2)
71-
})
67+
# test_that("Function read_data using guide with two plates returns two plates", {
68+
# guide <- read_guide(test_path("testdata/goodguides/guide_with_two_plates.yaml"))
69+
# result <- read_data(drfile = test_path('testdata/test1.xlsx'), guide = guide)
70+
# expect_equal(length(result$platedata), 2)
71+
# })
7272

73-
test_that("Function read_data using guide split table returns single table", {
74-
# guide <- read_guide(test_path("testdata/goodguides/guide_with_split_table.yml"))
75-
# result <- read_data(drfile = test_path('testdata/test2.xlsx'), guide = guide)
76-
# expect_equal(length(result$table), 1)
77-
})
73+
# test_that("Function read_data using guide split table returns single table", {
74+
# # guide <- read_guide(test_path("testdata/goodguides/guide_with_split_table.yml"))
75+
# # result <- read_data(drfile = test_path('testdata/test2.xlsx'), guide = guide)
76+
# # expect_equal(length(result$table), 1)
77+
# })
7878

7979
test_that("Version incompatibilities yield an error.", {
8080
guide <- read_guide(test_path("testdata/erroneousguides/conflicting_min_version.yml"))

tests/testthat/testdata/goodguides/guide_competition_9_3.yaml

Lines changed: 0 additions & 83 deletions
This file was deleted.

tests/testthat/testdata/goodguides/guide_with_split_table.yaml

Lines changed: 0 additions & 89 deletions
This file was deleted.

tests/testthat/testdata/goodguides/guide_with_two_plates.yaml

Lines changed: 0 additions & 93 deletions
This file was deleted.

tests/testthat/testdata/goodguides/guide_without_platedata.yaml

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)