shriram / gradescope-racket

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

Separate generating hash of results and generating JSON report #19

Closed wilbowma closed 2 years ago

wilbowma commented 2 years ago

This getting the test suite hash, and post-processing it before generating the final report. This can be used to add additional messages or implement the leaderboard feature after running the test suite, for example.