4 lines
131 B
INI
4 lines
131 B
INI
[pytest]
|
|
testpaths = src/mvp/py/tests
|
|
addopts = --maxfail=1 --cov=argus --cov=server --cov-report=term-missing --cov-fail-under=90
|