Expect autotest_package() to be clear of warnings
See also
Other expectations:
expect_autotest_no_err(),
expect_autotest_no_testdata(),
expect_autotest_notes(),
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_failure (expect_autotest_no_warn (x))
# }
