tests/testthat/test-filter_module.R

test_that("module for filtering works", {

  # for CRAN and CI
  skip_on_cran()
  skip_on_ci()
  skip_on_covr()
  skip_if_offline()
  skip("Use for manual checks")

  appdir <- test_path("apps", "filter_module")
  shinytest::expect_pass(shinytest::testApp(appdir, compareImages = FALSE))
})

Try the oceanexplorer package in your browser

Any scripts or data that you put into this service are public.

oceanexplorer documentation built on Oct. 17, 2023, 1:12 a.m.