tests/testthat/test-is_rln_clock_model.R

context("is_rln_clock_model")

test_that("use", {

  testthat::expect_true(
    is_rln_clock_model(
      create_rln_clock_model()
    )
  )
  testthat::expect_false(
    is_rln_clock_model(
      create_strict_clock_model()
    )
  )

})
ropensci/beautier documentation built on April 2, 2024, 5:01 a.m.