tests/testthat/test_things.R

context("Example of a test")

test_that("Can we get a 'hello'?", {
  expect_equal(hello(), "Hello, world!")
})
benmarwick/researchcompendium documentation built on May 12, 2019, 1:03 p.m.