tests/testthat.R

library(testthat)
library(biodatacoreUtils)


expect_NA <- function(x, ...) {
    testthat::expect_equivalent(x, expected = NA, ...)
}

test_check("biodatacoreUtils")
biodatacore/biodatacoreUtils documentation built on May 28, 2019, 7:11 p.m.