tests/testthat/test-cfbd_venues.R

cols <- c(
  "venue_id", "name", "capacity", "grass", "city", "state",
  "zip", "country_code", "location", "elevation", "year_constructed",
  "dome", "timezone"
)

test_that("CFB Venues", {
  skip_on_cran()

  x <- cfbd_venues()

  expect_equal(ncol(x), 13)
  expect_equal(colnames(x), cols)
  expect_s3_class(x, "data.frame")
})
saiemgilani/cfbfastR documentation built on Sept. 14, 2024, 2:39 p.m.