tests/testthat/test-schema.R

test_that("schema works", {
  expect_equal(ctgov_schema(), "")

  ctgov_schema("test")
  expect_equal(ctgov_schema(), "test")

  expect_error(ctgov_set_schema(c("a", "b")))
  expect_error(ctgov_set_schema(3))

  ctgov_schema("")
  expect_equal(format_schema(), "")

  ctgov_schema("test")
  expect_equal(format_schema(), "test.")
})
presagia-analytics/ctrialsgov documentation built on March 25, 2024, 2:10 p.m.