tests/testthat/test-gh.R

test_that("Test issue finder", {
  testthat::skip_on_cran()
  
  issue <- find_issue(text = "TEST:", repo_name = "jhudsl/ottrpal")

  testthat::expect_true(length(issue$id) > 0)
})

Try the ottrpal package in your browser

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

ottrpal documentation built on April 3, 2025, 7:46 p.m.