simple-login/pytest.ini
2022-02-06 16:19:14 +00:00

8 lines
111 B
INI

[pytest]
addopts =
--cov
--cov-config coverage.ini
--cov-report=html:htmlcov
testpaths =
tests