tests/testthat.R

library(testthat)
library(rest)

# Don't want to use keyrings on CRAN
withr::with_envvar(
  c(GH_NO_KEYRING = "true"),
  test_check("rest")
)
coatless/rest documentation built on May 27, 2020, 12:03 a.m.