tests/testthat/test-test_docker_installation.R

context("Testing test_docker_installation")

test_that("Testing that test_docker_installation works", {
  skip_on_github_actions()
  skip_on_cran()

  expect_true(test_docker_installation())
  expect_message(test_docker_installation(detailed = TRUE), "\u2714.*")
})

Try the babelwhale package in your browser

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

babelwhale documentation built on July 26, 2023, 5:24 p.m.