tests/testthat/test-methoddocs.R

context('dummy test for method doc functions')

test_that("dummy methods don't do anything", {
  expect_null(breeds('cat'))
  expect_null(animal_types('cat'))
  expect_null(animals())
  expect_null(organizations())
})

Try the PetfindeR package in your browser

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

PetfindeR documentation built on July 8, 2020, 7:19 p.m.