Name
writeToTestResults — Write the result of a single test to a standardized file for this student on this particular assignment, suite and run_id run of
rst.
Synopsis
writeToTestResults {
test_id} {
marks_earned} {
total_marks} {
explanation}
Description
This command provides a standard interface for writing the result of each test to a file that accumulates test results. The arguments are, in order:
- An identifier for the test
- The number of marks earned on the test
- The total number of potential marks on the test
- An arbitrary string providing an explanation of the mark earned
Topic revision: r1 - 2016-01-11
- YiLee