1
0
mirror of https://github.com/Rikj000/MoniGoMani.git synced 2022-03-06 00:08:05 +03:00
Files
MoniGoMani-freqtrade-trading/pytest.ini
2021-08-15 15:24:14 +02:00

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