tests/testthat/test-99_clear_cache.R

test_that("cache can be cleared", {
  clear_cache()
  files <- show_cache()

  expect_true(length(files) == 0)
})

test_that("cleared cache induces the expected message in clear_cache()", {
  clear_cache()

  expect_message(clear_cache(), "No cache to remove.", fixed = TRUE)
})

cat("finished testing cache clearing")
Delta-Stewardship-Council/deltafish documentation built on July 31, 2024, 3:32 p.m.