tests/testthat/test-lifecycle.R

test_that("use_lifecycle() imports badges", {
  create_local_package()
  use_package_doc()
  withr::local_options(usethis.quiet = FALSE)

  expect_snapshot(
    use_lifecycle(),
    transform = scrub_testpkg
  )

  expect_proj_file("man", "figures", "lifecycle-stable.svg")
  expect_equal(roxygen_ns_show(), "#' @importFrom lifecycle deprecated")
})

Try the usethis package in your browser

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

usethis documentation built on July 9, 2023, 7:23 p.m.