Skip to content

JMU-CS/jmu_pytest_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

See the examples directory for documentation and test assignments.

See the HISTORY file for background information about the project.