tests/testthat/test-get_package_description.R

test_that("get_package_description works", {

  testthat::expect_is(get_package_description('fslr'),"description")
  testthat::expect_is(get_package_description('fslr', error = TRUE),"description")
})
adigherman/neurocStats documentation built on May 13, 2021, 7:50 a.m.