tests/testthat/test-add_team_long.R

test_that("multiplication works", {

  arc_team <- arcfooty::team_names[ , "team"]

  arc_team <- arcfooty::add_team_long(arc_team)

  expect_match(arc_team$team_long[arc_team$team == "WC"], "West Coast")

  expect_equal(!is.na(arc_team$team_long),
               rep(TRUE, 20))
})
MattCowgill/thearcfooty documentation built on Jan. 19, 2020, 1:57 p.m.