mirror of
https://github.com/bellingcat/polyphemus.git
synced 2026-06-07 19:08:33 +03:00
13 lines
201 B
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 |