tests/testthat/test-fish-shapes.R

context("fish shapes")

test_that("fishshapes data are OK", {
  
 data(fishshapes)
  expect_type(fishshapes,"list")
  expect_is(fishshapes,"Out")
  expect_is(fishshapes,"Coo")
  expect_type(fishshapes$coo,"list")

})

Try the trackter package in your browser

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

trackter documentation built on April 19, 2021, 1:08 a.m.