tests/testthat/test-test.R

context("Just a test of test")

test_that("test", {
  x = 1L
  y = 2L
  expect_identical(x, y-x)
})
paulponcet/funk documentation built on May 24, 2019, 10:32 p.m.