Files
polyphemus/pytest.ini

13 lines
201 B
INI

[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