test_dir {testthat} | R Documentation |
Test files start with test
and are executed in
alphabetical order (but they shouldn't have
dependencies). Helper files start with helper
and
loaded before any tests are run.
test_dir(path, filter = NULL, reporter = "summary", env = NULL)
path |
path to tests |
reporter |
reporter to use |
filter |
If not |
env |
environment in which to execute test suite. Defaults to new |