mirror of
https://github.com/bellingcat/cisticola.git
synced 2026-06-08 03:18:34 +03:00
22 lines
641 B
INI
22 lines
641 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
|
|
markers =
|
|
profile: marks tests for only extracting channel metadata (deselect with '-m
|
|
"not profile"')
|
|
media: marks tests for archiving all media attachments (deselect with '-m
|
|
"not media"')
|
|
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 |