R/run_tests.R
run_tests.Rd
Run All Tests
run_tests( tests = test_db(), envir = parent.frame(), local = TRUE, defaults = list(), output = "stdout+stderr" )
A list of tests to subset.
The environment where tests are run.
Should tests be evaluated in a local environment or not.
(optional) Named list with default argument values.
If TRUE, standard output is captured, otherwise not.
List of test results.