1
0
mirror of https://github.com/Rikj000/MoniGoMani.git synced 2022-03-06 00:08:05 +03:00

Move unit tests to their original folder again

This commit is contained in:
topscoder
2021-08-15 15:24:14 +02:00
parent b27137aad6
commit 789eb72e7f
12 changed files with 2 additions and 6 deletions

5
.gitignore vendored
View File

@@ -71,10 +71,7 @@ docs/
freqtrade/
junit/
scripts/
tests/*
!tests/monigomani/
!tests/monigomani/*
!tests/monigomani/*.py
tests/junit/
freqtrade.service
freqtrade.service.watchdog

View File

@@ -2,6 +2,5 @@
minversion = 6.0
console_output_style = classic
python_files = mgm*_test.py
testpaths =
tests
testpaths = tests
addopts = --cov --cov-append --doctest-modules --junitxml=tests/junit/test-results.xml --cov=. --cov-report=xml --cov-report=html