source_test_helpers {testthat} | R Documentation |
Helper scripts are R scripts accompanying test scripts
but prefixed by helper
. These scripts are sourced
only one time in test environment.
source_test_helpers(path, env = globalenv())
path |
path to tests |
env |
environment in which to execute test suite. |