A common library for the grading scripts.
python -m pip install cs3560-grading-lib
- Base class for a test case.
- Utilities functions to grade make related problems.
View the latest documentation or the documentation for the stable version.
If you are looking for a more mature projects, please see
- OK which is used in CS 61A at University of California, Berkeley. It implements the concept of "test case unlocking" that promotes "multi-stage problem solving process." paper.
- check50 which is used in CS 50 at Harvard University. There are also various other command line tools.
- Cafe Grader's judge-script and its web UI which is (was?; well at least in 2010-ish) used by Department of Computer Engineering at Kasetsart University, Thailand.
This library is somewhat inspired by Cafe Grader Suite and OK.