@@ -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
7979test_that(" Version incompatibilities yield an error." , {
8080 guide <- read_guide(test_path(" testdata/erroneousguides/conflicting_min_version.yml" ))
0 commit comments