tests/testthat/test-create_repo_df.R

test_that("create_repo_df() creates df of repository events", {
  owner <- "nganlyle"
  repo <- "534_project"
  y <- create_repo_df(owner, repo)
  expect_equal(ncol(y), 6)
})
nganlyle/534_project documentation built on Feb. 12, 2020, 3:11 a.m.