Overview
docs | |
---|---|
tests | |
package |
Final Project for CSCI-E29
- Free software: BSD 2-Clause License
Installation
pip install ap-project
Documentation
https://2019sp-ap_project-jackeiel.readthedocs.io/
Development
To run the all 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 |