app-MAIL-temp/pytest.ini

8 lines
111 B
INI
Raw Normal View History

2022-02-03 22:08:38 +01:00
[pytest]
addopts =
--cov
--cov-config coverage.ini
--cov-report=html:htmlcov
2022-02-06 17:19:14 +01:00
testpaths =
tests