Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 820 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 820 Bytes

Submitty Homework Examples

Example Submitty autograding techniques for programming problems.

Autograding Examples

The list of Submitty autograding examples:

Developing Examples

Install the python libraries and pipenv.

pip install --user pipenv
pipenv install

To test the examples using standard Python, run the following script.

./verify_submitty_examples.sh