tests/testthat/test-test.R

context("Just a test of test")

test_that("test", {
  x <- 1L
  y <- 2L
  expect_identical(x, y-x)
})

Try the tribe package in your browser

Any scripts or data that you put into this service are public.

tribe documentation built on Dec. 1, 2019, 1:24 a.m.