tests/testthat/test-ncaa_wbb_NET_rankings.R

cols <- c("rank", "previous", "school", "conference",
          "record", "road", "neutral", "home", "non_div_i")

test_that("NCAA - WBB NET Rankings", {
  skip_on_cran()
  x <- ncaa_wbb_NET_rankings()
  
  expect_in(colnames(x), cols)
  expect_s3_class(x, "data.frame")
})
saiemgilani/wehoop documentation built on July 25, 2024, 2:46 a.m.