tests/testthat/test-list-reporter/test-exception-outside-tests.R

# the objective is to test what happens if some code fails outside of tests
# i.e. not inside a test_that() call.

test_that("before", expect_true(TRUE))

stop('dying outside of tests')

test_that("after", expect_true(TRUE))

Try the testthat package in your browser

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

testthat documentation built on Oct. 6, 2023, 5:10 p.m.