{
    "cli": "autograder.cli.grading.grade",
    "stdout_assertion_func": "autograder.testing.asserts.equals_clean_pretty_time",
    "arguments": [
        '--assignment', '__DATA_DIR__(../../../../testdata/autograder-testdata/autograder-server/testdata/course101/HW0/assignment.json)',
        '--submission', '__DATA_DIR__(../../../testdata/submission/nocompile/submission.py)',
    ],
}
---
Autograder transcript for assignment: HW0
Grading started at <PRETTY TIME> and ended at <PRETTY TIME>.
Q1: 0 / 1
   Submission could not be graded.
Q2: 0 / 1
   Submission could not be graded.

Total: 0 / 2

Submission could not be graded because of the following error:
---
Traceback (most recent call last):
<TRACEBACK>
ModuleNotFoundError: No module named 'ZZZ'
---
