Purdue-EBEC / generic-grader

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

Incorrectly formatted output for tests failing due to extra calls to `input` #68

Open jhcole opened 3 weeks ago

jhcole commented 3 weeks ago

image

jscarfo11 commented 1 week ago

After debugging, this is due to the way our format error function works when using the test.failure exception attribute. When using this, it takes the str of the error message that is set as the error message and passes the values to the init of that error message. Leaving this as a note for help refactoring the errors after #86 is merged.