mirror of
https://github.com/msberends/AMR.git
synced 2025-07-11 06:21:56 +02:00
(v2.1.1.9224) skip tests on cran
This commit is contained in:
@ -28,6 +28,8 @@
|
||||
# ==================================================================== #
|
||||
|
||||
test_that("test-key_antimicrobials.R", {
|
||||
skip_on_cran()
|
||||
|
||||
expect_equal(length(key_antimicrobials(example_isolates, antifungal = NULL)), nrow(example_isolates))
|
||||
expect_false(all(is.na(key_antimicrobials(example_isolates, antifungal = NULL))))
|
||||
expect_true(antimicrobials_equal("SSS", "SSS", type = "points"))
|
||||
|
Reference in New Issue
Block a user