Files
cisticola/pytest.ini

21 lines
744 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"')
unarchived: marks tests for archiving all unarchived media attachments (deselect with '-m "not unarchived"')
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