simple-login/pytest.ci.ini

8 lines
111 B
INI
Raw Normal View History

2022-02-03 21:08:38 +00:00
[pytest]
2022-05-20 12:45:33 +00:00
addopts =
2022-02-03 21:08:38 +00:00
--cov
--cov-config coverage.ini
--cov-report=html:htmlcov
2022-02-06 16:19:14 +00:00
testpaths =
tests