mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 01:22:25 +02:00
(v0.6.1.9051) support staged install
This commit is contained in:
@ -24,9 +24,7 @@ context("eucast_rules.R")
|
||||
test_that("EUCAST rules work", {
|
||||
|
||||
# thoroughly check input table
|
||||
expect_true(file.exists(EUCAST_RULES_FILE_LOCATION))
|
||||
eucast_input_file <- eucast_rules_file()
|
||||
expect_equal(colnames(eucast_input_file),
|
||||
expect_equal(colnames(eucast_rules_file),
|
||||
c("if_mo_property", "like_is_one_of", "this_value",
|
||||
"and_these_antibiotics", "have_these_values",
|
||||
"then_change_these_antibiotics", "to_value",
|
||||
|
Reference in New Issue
Block a user