tests/testthat/reporters/error-setup.R

f <- function() g()
g <- function() h()
h <- function() stop("!")

local_edition(2)
setup(f())

Try the testthat package in your browser

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

testthat documentation built on May 29, 2024, 9:38 a.m.