Loads Future Tests
load_tests(
path = ".",
recursive = TRUE,
pattern = "[.]R$",
root = getOption("future.tests.root", Sys.getenv("R_FUTURE_TESTS_ROOT",
system.file("test-db", package = "future.tests", mustWork = TRUE)))
)
A character string specifying a test script folder or file.
If TRUE, test-definition scripts are search recursively.
Regular expression matching filenames to include.
(internal) An alternative file directory from where future.tests tests are sourced.
(invisible) the value of test_db()
.