tests/testthat/test-hello.R

context("test-hello")

test_that("multiplication works", {
  res <-
    hello(world = TRUE)
  expect_equal(res, "hello, world")

  res <-
    hello(world = FALSE)
  expect_is(res, "character")
})
uribo/ciexperiment documentation built on July 5, 2019, 2:47 p.m.