tests/testthat/test-estimator-helpers.R

test_that("get_weights() errors with wrong estimator", {
  expect_snapshot(
    error = TRUE,
    get_weights(mtcars, "wrong")
  )
})

Try the yardstick package in your browser

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

yardstick documentation built on April 4, 2025, 12:27 a.m.