run_test_suite: Run test suite

Description Usage Arguments Value

View source: R/mark_my_assignment.R

Description

Runs test on the tasks. Always run mandatory tests.

Usage

1
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().

Value

test_suite results


markmyassignment documentation built on Sept. 5, 2021, 5:42 p.m.