Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 857 Bytes

File metadata and controls

25 lines (14 loc) · 857 Bytes

jmu_pytest_utils

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

Documentation

To get started, read the examples directory and API documentation.

See the CHANGELOG for release notes and recently added features.

See the HISTORY file for background information about the project.