tests/testthat/test_list_data_package_scopes.R

context("List data package scopes")

testthat::test_that("list_data_package_scopes() works", {
  vcr::use_cassette("list_data_package_scopes", {
    res <- list_data_package_scopes("staging")
  })
  expect_equal(class(res), "character")
  expect_true(length(res) > 0)
})

Try the EDIutils package in your browser

Any scripts or data that you put into this service are public.

EDIutils documentation built on Oct. 11, 2023, 1:08 a.m.