use_module_test {golem} | R Documentation |
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)
Arguments
name |
The name of the module. |
pkg |
Path to the root of the package. Default is |
open |
Should the created file be opened? |
Value
Used for side effect. Returns the path invisibly.
[Package golem version 0.4.1 Index]