tests/testthat/test_case_no_exports.R

test_that("Packages with no exports produce empty traceability matrix without error (#73)", {
  expect_warning(no_exports_ttdf <- test_trace_df(no.exports_cov))
  expect_true(sum(!no_exports_ttdf$is_reexported) == 0L)
})

Try the covtracer package in your browser

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

covtracer documentation built on Sept. 12, 2024, 7:40 a.m.