tests/testthat/test-hello.R

context("test-hello")

test_that("multiplication works", {
  expect_equal(2 * 2, 4)
  testproject:::hello()
})
MishaCivey/testproject documentation built on May 24, 2019, 7:48 a.m.