aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
AgeCommit message (Collapse)Author
2020-07-22Add pytest-cov for code coverageCody Logan
Also remove pytest-runner from the list of dependencies to be installed, as it's only necessary when running the test suite
2018-12-14Add some tests with pytestCody Logan
Can be run with `pytest` (if installed) or `python setup.py test`