tests/testthat/test-options.R

context("options")


test_that("options works", {
  rgho:::.onLoad()

  expect_false(
    options()$rgho.verbose
  )
  expect_equal(
    options()$rgho.retry, 5
  )
  expect_equal(
    options()$rgho.memotime, 3600
  )
})
pierucci/rgho documentation built on May 25, 2019, 7:11 a.m.