data-8 / Gofer-Grader

Small autograding library
http://okgrade.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
16 stars 19 forks source link

Test setup / teardown - easy to add? #25

Open matthew-brett opened 5 years ago

matthew-brett commented 5 years ago

I have some existing assessments that use test setup, but I notice that the grading code disallows these at the moment:

https://github.com/data-8/Gofer-Grader/blob/master/gofer/ok.py#L126

Is there some structural reason for this? How difficult would it be to add support for these? (I'm happy to work on it, if it's feasible).