# expect_autotest_notes ## Description Expect `test_data` param of `autotest_package` to have additional `note`column explaining why tests have been switched off. ## Usage ```r expect_autotest_notes(object) ``` ## Arguments * `object`: An `autotest` object to be tested ## Seealso Other expectations: `[expect_autotest_no_err](expect_autotest_no_err)()`, `[expect_autotest_no_testdata](expect_autotest_no_testdata)()`, `[expect_autotest_no_warn](expect_autotest_no_warn)()`, `[expect_autotest_testdata](expect_autotest_testdata)()` ## Concept expectations