tests/testthat/test-package.R

context('package-check')

test_that('package-check', {

  expect_error(check_word(10))
  expect_message(check_word('name'))

  expect_true(is.data.frame(keywords))

})
wilsontom/MyRW documentation built on May 26, 2019, 6:36 a.m.