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 June 4, 2024, 12:16 a.m.