tests/testthat/test-utils.R

test_that("Eth now is just a formatted character", {
  expect_true(inherits(eth_now(), "character"))
})

test_that("Eth today is date object", {
  expect_true(inherits(eth_today(), "ethdate"))
  expect_true(inherits(eth_today(format = "%B"), "character"))
})

Try the ethiodate package in your browser

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

ethiodate documentation built on June 8, 2025, 1:29 p.m.