tests/testthat/test-supplemental-information.R

context("test-supplemenmtal-information")

# so no data access at some times.
# From 12 midnight Eastern Standard Time until 8:30am, certain methods will not return data.

test_that("getCodeSets doesn't return an http_error", {
  skip_on_cran()
  skip_if_offline()
  expect_false(httr::http_error(
    getCodeSets()
  ))
})
tweed1e/statcanopener documentation built on Jan. 19, 2021, 4:23 p.m.