tests/testthat/test_ods_all_datasets.R

context("ods_all_datasets")

test_that("ods_all_datasets produces no warning", {
  expect_silent(ods_all_datasets())
})

testthat::test_that("data frame should be returned by ods_all_datasets", {
  expect_is(ods_all_datasets(), "data.frame")
})
jsphdms/scotgov documentation built on Oct. 16, 2024, 6 p.m.