tests/testthat/test-fct_pull_region_w_pop.R

test_that("pull_region_w_pop works", {
  expect_is(
    pull_region_w_pop("Veneto"),
    "tbl_df"
  )

  expect_equal(
    pull_region_w_pop("Veneto")$pop[[1]],
    4907529
  )
})
UBESP-DCTV/covid19ita documentation built on May 15, 2024, 10:40 a.m.