Skip to content

Latest commit

 

History

History
99 lines (63 loc) · 2.45 KB

File metadata and controls

99 lines (63 loc) · 2.45 KB

This is a passion project that grew from several scripts I used to help me grade college C-language programming assignments. I still need to clean up several things from the times I 'just needed something to do X 10 days ago'. If you find this software helpful, please let me know!

Overview

docs Documentation Status
tests GitHub Actions Build Status Coverage Status
package PyPI Package latest release PyPI Wheel Supported versions Supported implementations

An assignment grading helper

Installation

pip install agh

You can also install the in-development version with:

pip install https://github.com/Tuck-Williamson/python-agh/archive/main.zip

Documentation

https://python-agh.readthedocs.io/

Development

To run all the tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append tox
Other
PYTEST_ADDOPTS=--cov-append tox