Expect autotest_package() to be clear of errors with no tests switched off
See also
Other expectations:
expect_autotest_no_err(),
expect_autotest_no_warn(),
expect_autotest_notes(),
expect_autotest_testdata()
Examples
if (FALSE) { # \dontrun{
# Called within a 'testthat' test file of the local package itself:
testthat::test_that ("autotest", {
testthat::expect_success (expect_autotest_no_testdata ())
})
} # }
