tests/testthat/reporters/fail-many.R

test_that("Example", {
  for (i in 1:11) {
    expect_true(FALSE)
  }
})

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.