added unit tests and made keyword arguments more consistent

This commit is contained in:
Tristan Lee
2022-03-02 09:44:17 -06:00
parent 00799059b3
commit 8dc9a9b28e
8 changed files with 327 additions and 33 deletions

13
pytest.ini Normal file
View File

@@ -0,0 +1,13 @@
[pytest]
minversion =
6.0.2
testpaths =
tests/
python_files =
*.py
addopts =
-vvv
--cov='polyphemus'
--cov-report html:reports/coverage
--html='reports/tests.html'
--self-contained-html