R/along_test_plans.R
along_test_plans.Rd
Evaluate an Expression Across A Set of Future Plans
along_test_plans(
expr,
substitute = TRUE,
envir = parent.frame(),
local = TRUE,
plans = test_plans()
)
An R expression.
...
The environment where tests are run.
Should tests be evaluated in a local environment or not.
A list of future plans.
A list of results, one for each future plan tested against.