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

MRG: refactor to allow return of test results #26

Open matthew-brett opened 5 years ago

matthew-brett commented 5 years ago

Break up testing function to allow return of individual test results.

Is this a reasonable way to go?

I'm making a command line interface, and I want to give a report for all the tests, with their test failures.

matthew-brett commented 5 years ago

This is now ready for review. It includes a fix to make the notebook and test code run in the notebook directory as working directory, by default. See #23 for motivation.