| expect_autotest_notes | R Documentation |
Expect test_data param of autotest_package to have additional note
column explaining why tests have been switched off.
expect_autotest_notes(object)
object |
An |
(invisibly) The same object
Other expectations:
expect_autotest_no_err(),
expect_autotest_no_testdata(),
expect_autotest_no_warn(),
expect_autotest_testdata()
x <- autotest_package (package = "stats", functions = "cov", test = TRUE)
testthat::expect_success (expect_autotest_notes (x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.