expect_autotest_notes: expect_autotest_notes

expect_autotest_notesR Documentation

expect_autotest_notes

Description

Expect test_data param of autotest_package to have additional note column explaining why tests have been switched off.

Usage

expect_autotest_notes(object)

Arguments

object

An autotest object to be tested

Value

(invisibly) The same object

See Also

Other expectations: expect_autotest_no_err(), expect_autotest_no_testdata(), expect_autotest_no_warn(), expect_autotest_testdata()

Examples


x <- autotest_package (package = "stats", functions = "cov", test = TRUE)
testthat::expect_success (expect_autotest_notes (x))


autotest documentation built on Sept. 12, 2026, 5:10 p.m.