dwww Home | Show directory contents | Find package

# 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))

Generated by dwww version 1.15 on Sun May 19 01:33:50 CEST 2024.