run_test_suite {markmyassignment} | R Documentation |
Run test suite
Description
Runs test on the tasks. Always run mandatory tests.
Usage
run_test_suite(caller, tasks = NULL, mark_file = NULL, quiet = FALSE, ...)
Arguments
caller |
Either "mark_my_assignment" or "mark_my_file" |
tasks |
Which task should be tested |
mark_file |
Run tests on a R-file. Default is NULL means global environment. |
quiet |
Should the output be supressed (only returning test results) |
... |
further arguments sent to |
Value
test_suite results
[Package markmyassignment version 0.8.8 Index]