tests/testthat/test-cp_nu_search.R

skip_on_cran()

test_that("cp_nu_search", {
  vcr::use_cassette("cp_nu_search", {
    x <- cp_nu_search(q = "Apis")
  })

  expect_is(x, "list")
})

Try the rcol package in your browser

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

rcol documentation built on July 3, 2021, 1:06 a.m.