powered by
This function runs a test_that block quietly, suppressing messages and output from any verbose functions.
test_that
test_quietly_that(desc, code)
No return value, called for side effects.
A description of the test.
The code to be tested.
# Run a test quietly test_quietly_that("quiet test example", { testthat::expect_equal(1 + 1, 2) })
Run the code above in your browser using DataLab