tests/testthat/reporters/successes.R

test_that("two successes", {
  expect_true(TRUE)
  expect_true(TRUE)
})

test_that("five more successes", {
  for (i in 1:5) {
    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.