tests/testthat/test-coach.R

test_that("throws error for season before 2008", {
  expect_error(bart_coach_change(2007), 'or later')
})

test_that('throws error for more than one space in coach name', {
  expect_error(bart_coach(coach='Mark  Few'), 'spacing')
})

Try the toRvik package in your browser

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

toRvik documentation built on Nov. 10, 2022, 5:50 p.m.