mirror of
https://github.com/simple-login/app.git
synced 2024-11-11 01:42:54 +08:00
7 lines
111 B
INI
7 lines
111 B
INI
[pytest]
|
|
addopts =
|
|
--cov
|
|
--cov-config coverage.ini
|
|
--cov-report=html:htmlcov
|
|
testpaths =
|
|
tests
|