Purdue-EBEC / generic-grader

A collection of parameterizable tests for automatic grading.
GNU General Public License v3.0
0 stars 1 forks source link

Missing done/quit functions from turtle #108

Closed jscarfo11 closed 1 month ago

jscarfo11 commented 1 month ago

image

This instance would have otherwise passed the autograder, however the student removed the line importing turtle since they did not use it in their main function. This broke the patching because the autograder expected these functions to exist. I do not see a downside in always creating them, because if they do not exist then the student is doing what is expected.