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