Metadata-Version: 2.1
Name: csse1001-testrunner
Version: 1.0.0
Summary: Testrunner used for testing in CSSE1001
Home-page: https://github.com/CSSE1001/testrunner
Author: CSSE1001
Author-email: no-reply@uq.edu.au
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Testrunner
This project is created as the single source of host for CSSE1001's testrunner. All other
references of `testrunner.py` in other repositories, e.g. `gradescope_integration`,
assignments, etc. should be removed.

# Installation
To install this file without manually copying to it, run
```sh
pip install csse1001-testrunner
```


