tests/testthat/test-get_match_results.R

test_that("get_match_request fails with bad matchday input", {
  expect_error(get_match_request(key = "key", 21))
})
test_that("get_home_teams returns a character", {
  expect_type(get_home_teams(livescoresprl::content_w1), "character")
})
AndersT123/livescoresprl documentation built on Dec. 31, 2020, 9:48 a.m.