mirror of
https://github.com/bellingcat/cisticola.git
synced 2026-06-07 19:08:35 +03:00
17 lines
431 B
INI
17 lines
431 B
INI
[pytest]
|
|
minversion =
|
|
7.0.0
|
|
testpaths =
|
|
tests/
|
|
python_files =
|
|
*.py
|
|
addopts =
|
|
-vvv
|
|
--cov='cisticola'
|
|
--cov-report html:reports/coverage
|
|
--html='reports/tests.html'
|
|
--self-contained-html
|
|
filterwarnings =
|
|
ignore:the imp module is deprecated:DeprecationWarning
|
|
ignore:The localize method is no longer necessary, as this time zone supports the fold attribute
|
|
ignore:invalid escape sequence:DeprecationWarning |