run_test_suite: 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 test_dir().