tests/testthat/test-badge.R

test_that("badge doesn't change unexpected", {
  expect_snapshot(cat(badge("deprecated")))
  expect_snapshot(cat(badge("experimental")))
  expect_snapshot(cat(badge("unknown")), error = TRUE)
})

Try the lifecycle package in your browser

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

lifecycle documentation built on Nov. 7, 2023, 5:06 p.m.