shriram / gradescope-racket

Infrastructure to autograde Racket code on Gradescope
MIT License
17 stars 8 forks source link

Add support for (nested) test-suite names in grader #17

Closed wilbowma closed 2 years ago

wilbowma commented 2 years ago

json output now reports the hierarchy of test-suite names for failing/erroring tests.

This is documented in the README and grade-two-funs and tests/two-funs/s3/code.rkt provide a grader and mock submission that demonstrates the reporting.