tests/testthat/test-cheatsheet.R

test_that("Specific cheatsheet can be found", {
  err <- "'doc' is not a character vector"
  expect_error(cheatsheet(999), err)
  expect_error(cheatsheet(NULL), err)
  expect_error(cheatsheet(TRUE), err)
  expect_message(cheatsheet("notasheet"), "The file 'notasheet' was not found")
})
BroVic/myRStuff documentation built on Jan. 31, 2024, 1:01 a.m.