check_plan: Run All Tests

View source: R/check_plan.R

check_planR Documentation

Run All Tests

Description

Run All Tests

Usage

check_plan(
  tests = test_db(),
  defaults = list(),
  timeout = getOption("future.tests.timeout", 30),
  envir = parent.frame(),
  local = TRUE
)

Arguments

tests

A list of tests to subset.

defaults

(optional) Named list with default argument values.

timeout

Maximum time allowed for evaluation before a timeout error is produced.

envir

The environment where tests are run.

local

Should tests be evaluated in a local environment or not.

Value

Nothing.


future.tests documentation built on May 31, 2023, 9:28 p.m.