testmeFile | R Documentation |
Collect testing functions from files and run tests
testmeFile(file, expectationsFolder, useGit, print = F, logger = LogAt1)
file |
Path to R-script |
expectationsFolder |
Folder into which test results are either vivified (see |
useGit |
logical to inidicate whether vivifications are to be commited by a call to 'git' |
print |
logicial to indicate whether a report is to be printed |
logger |
function that is used to print results, can be used to redirect output |
This function takes a character vector of pathes to R-files. It is a vectorized version of testmeFileSingle
returns a list for each test executed that contains testing status and number of subtests run
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.