tests/testthat/helper-flowery.R

expect_snapshot0 <- function(expr, cran = TRUE) {
  skip_on_covr()
  inject(expect_snapshot(!!enquo0(expr), cran = cran))
}

expect_exhausted <- function(x) {
  expect_true(is_exhausted(x))
}

local_methods <- function(..., .frame = caller_env()) {
  local_bindings(..., .env = global_env(), .frame = .frame)
}

Try the coro package in your browser

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

coro documentation built on April 4, 2025, 4:39 a.m.