tests/testthat/test-test.R

context("Just a test of test")

test_that("test", {
  x <- 1L
  y <- 2L
  expect_identical(x, y-x)
})
paulponcet/tribe documentation built on Nov. 24, 2019, 10:08 p.m.