tests/testthat/test_local_makeOMLFlowQuality.R

test_that("makeOMLFlowQuality", {
  fq = makeOMLFlowQuality("Quality", "value")
  expect_s3_class(fq, "OMLFlowQuality")
  #expect_output(print(fq), "Quality")
  expect_character(print(fq), pattern = "Quality")
})
openml/r documentation built on Oct. 21, 2022, 2:21 a.m.