Files
cisticola/pytest.ini
2022-03-04 12:36:09 -06:00

13 lines
200 B
INI

[pytest]
minversion =
6.0.2
testpaths =
tests/
python_files =
*.py
addopts =
-vvv
--cov='cisticola'
--cov-report html:reports/coverage
--html='reports/tests.html'
--self-contained-html