tests/testthat/test_web.R

test_that("copy_plugins_configs", {
  destdir = tempdir()
  x <- copy_plugins(destdir)
  expect_that(all(x), equals(TRUE))
  x <- copy_configs(destdir)
  expect_that(all(x), equals(TRUE))
})

Try the BioInstaller package in your browser

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

BioInstaller documentation built on May 1, 2019, 11:17 p.m.