tests/testthat/test-get_recent_amendments.R

context("get_recent_amendments")

test_that("get error if incorrect cycle", {
  cycle <- seq(1995,2018)
  expect_warning(expect_error(get_recent_amendments(cycle[1]), "Incorrect cycle"), "Cycle should be four-digit year larger than 1996")
  expect_warning(expect_error(get_recent_amendments(cycle[3]), "Incorrect cycle"), "Cycle should be even-numbered year larger than 1996")
  expect_warning(expect_error(get_recent_amendments(16), "Incorrect cycle"), "Cycle should be four-digit year")
  expect_error(get_recent_amendments(1998), "Incorrect cycle: the electronic filings are 2001-forward")
})

Try the ProPublicaR package in your browser

Any scripts or data that you put into this service are public.

ProPublicaR documentation built on Sept. 8, 2023, 5:53 p.m.