This package is a pytest plugin for building and running Gradescope autograders. The code is based somewhat on jmu_gradescope_utils and gradescope-utils.
Installation:
pip install git+https://github.com/JMU-CS/jmu_pytest_utils.git
To build autograder.zip
, run this command from an assignment's directory:
jmu_pytest_utils build
See the examples directory for documentation and test assignments.
See the HISTORY file for background information about the project.