tests/testthat/test_format_date.R

test_that("Test format date", {
  testthat::skip_if_not_installed("lubridate")
  expect_snapshot(format_date("2019"))
  expect_snapshot(format_date("2019-04-20"))
  expect_snapshot(format_date(""))
  expect_snapshot(format_date("2019-06-18T10:32"))
  expect_snapshot(format_date("2019-04"))
})

Try the autoslider.core package in your browser

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

autoslider.core documentation built on Aug. 25, 2025, 9:51 a.m.