tests/testthat/reporters/skips.R

test_that("regular skip", {
  skip("regular skip")
})

test_that("skip with details", {
  skip("longer skip:\nthis is what happened")
})

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.