File: test-empty.R

package info (click to toggle)
r-cran-testthat 3.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,048 kB
  • sloc: cpp: 9,269; sh: 14; ansic: 14; makefile: 5
file content (3 lines) | stat: -rw-r--r-- 80 bytes parent folder | download | duplicates (4)
1
2
3
test_that("empty test", NULL)

test_that("empty test with error", stop("Argh"))