Expect test_data param of autotest_package to have additional note
column explaining why tests have been switched off.
See also
Other expectations:
expect_autotest_no_err(),
expect_autotest_no_testdata(),
expect_autotest_no_warn(),
expect_autotest_testdata()
Examples
# \donttest{
x <- autotest_package (package = "stats", functions = "cov", test = TRUE)
#> Error in cov(swM, use = "all") : missing observations in cov/cor
testthat::expect_success (expect_autotest_notes (x))
# }
