use_module_test: Add a test file for a module
Description
Add a test file for in module, with the new testServer structure.
Usage
use_module_test(name, pkg = get_golem_wd(), open = TRUE)
Value
Used for side effect. Returns the path invisibly.
Arguments
- name
The name of the module.
- pkg
Path to the root of the package. Default is get_golem_wd()
.
- open
Should the created file be opened?