4 lines
136 B
INI
4 lines
136 B
INI
|
[pytest]
|
||
|
addopts = --cov-config=.coveragerc --cov --cov-report html --cov-report term --cov-report xml --junitxml=test-results.xml -vv
|
||
|
|