tests/testthat/test-onload.R

context("Onload Environment")

env_errorist_names = c("captured_last_search_warning",
                       "op")

test_that("Environment Creation Test", {
  enable_errorist()

  expect_is(.errorist_env, "environment",
            "Verify that the errorist environment was setup")

  expect_true(all(env_errorist_names %in% ls(.errorist_env)),
              "Check that the environment is appropriately established.")

  disable_errorist()
})

Try the errorist package in your browser

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

errorist documentation built on Nov. 14, 2023, 9:07 a.m.