app/pytest.ci.ini

8 lines
111 B
INI
Raw Permalink Normal View History

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