Files
tiktok-hashtag-analysis/pytest.ini
2023-09-04 13:26:38 -05:00

15 lines
279 B
INI

[pytest]
minversion =
7.0.0
testpaths =
tests/
python_files =
*.py
addopts =
-vvv
--cov='tiktok_hashtag_analysis'
--cov-report html:reports/coverage
--html='reports/tests.html'
--self-contained-html
filterwarnings =
ignore:Glyph (.*) missing from current font