local_test_setup: Establish testing setup for current environment
Description
Establish testing setup for current environment
Usage
local_test_setup(cache = FALSE, .local_envir = parent.frame())
Arguments
- cache
Whether or not to create and activate a cache in a temporary
directory.
- .local_envir
The environment to use for scoping.