mirror of
https://github.com/msberends/AMR.git
synced 2025-07-10 19:41:55 +02:00
ab_* functions, mo_* functions, 180 new microorganisms, speed improvement for bactid
This commit is contained in:
9
tests/testthat/test-ab_property.R
Normal file
9
tests/testthat/test-ab_property.R
Normal file
@ -0,0 +1,9 @@
|
||||
context("ab_property.R")
|
||||
|
||||
test_that("ab_property works", {
|
||||
expect_equal(ab_certe("amox"), "amox")
|
||||
expect_equal(ab_official("amox"), "Amoxicillin")
|
||||
expect_equal(ab_official_nl("amox"), "Amoxicilline")
|
||||
expect_equal(ab_trivial_nl("amox"), "Amoxicilline")
|
||||
expect_equal(ab_umcg("amox"), "AMOX")
|
||||
})
|
Reference in New Issue
Block a user