1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-10 16:22:10 +02:00

(v2.1.1.9224) skip tests on cran

This commit is contained in:
2025-03-20 23:29:21 +01:00
parent bb110646db
commit 8deaf2c8eb
51 changed files with 96 additions and 3 deletions

View File

@ -28,6 +28,8 @@
# ==================================================================== #
test_that("test-random.R", {
skip_on_cran()
expect_inherits(random_mic(100), "mic")
expect_inherits(random_mic(100, mo = "Klebsiella pneumoniae"), "mic")
expect_inherits(random_mic(100, mo = "Klebsiella pneumoniae", ab = "meropenem"), "mic")