tests/testthat/test_latest_filings.R

context("running latest_filings")

with_mock_api({
  test_that("basics", {
    res <- latest_filings()
    expect_length(res, 9)
    expect_equal(nrow(res), 40)
  })
})
mwaldstein/edgarWebR documentation built on April 21, 2021, 4:16 p.m.