Run All Tests
check_plan(
tests = test_db(),
defaults = list(),
timeout = getOption("future.tests.timeout", 30),
envir = parent.frame()
)
A list of tests to subset.
(optional) Named list with default argument values.
Maximum time allowed for evaluation before a timeout error is produced.
The environment where tests are run.
Nothing.