mirror of
https://github.com/Rikj000/MoniGoMani.git
synced 2022-03-06 00:08:05 +03:00
6 lines
232 B
INI
6 lines
232 B
INI
[pytest]
|
|
minversion = 6.0
|
|
console_output_style = classic
|
|
python_files = mgm*_test.py
|
|
testpaths = tests
|
|
addopts = --cov --cov-append --doctest-modules --junitxml=tests/junit/test-results.xml --cov=. --cov-report=xml --cov-report=html |