A python package focused on making autograding easy, especially for executable programs and scripts.
python -m pip install grade
FROM thoward27/grade:latest
git clone https://github.com/thoward27/grade.git
cd grade
python -m pip install .
Available on ReadTheDocs
See example.py
for an example on how to work with Grade.