shriram / gradescope-racket

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

A version of define-var that permits test suite to run even if the variable is undefined #15

Open jasonhemann opened 3 years ago

jasonhemann commented 3 years ago

At present, to test their code partway through an assignment, students will have to stub out all the missing functionality. From an instructor point of view, it could be easier to judge the completeness of a student's program by seeing the output of testing their than knowing about the first missing function.