diff --git a/.gitignore b/.gitignore index ad38611..459d652 100644 --- a/.gitignore +++ b/.gitignore @@ -71,10 +71,7 @@ docs/ freqtrade/ junit/ scripts/ -tests/* -!tests/monigomani/ -!tests/monigomani/* -!tests/monigomani/*.py +tests/junit/ freqtrade.service freqtrade.service.watchdog diff --git a/pytest.ini b/pytest.ini index 5c80b98..1e83778 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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 \ No newline at end of file diff --git a/tests/monigomani/mgm_hurry_freqtrade_cli_test.py b/tests/mgm_hurry_freqtrade_cli_test.py similarity index 100% rename from tests/monigomani/mgm_hurry_freqtrade_cli_test.py rename to tests/mgm_hurry_freqtrade_cli_test.py diff --git a/tests/monigomani/mgm_hurry_interface_test.py b/tests/mgm_hurry_interface_test.py similarity index 100% rename from tests/monigomani/mgm_hurry_interface_test.py rename to tests/mgm_hurry_interface_test.py diff --git a/tests/monigomani/mgm_hurry_monigomani_cli_test.py b/tests/mgm_hurry_monigomani_cli_test.py similarity index 100% rename from tests/monigomani/mgm_hurry_monigomani_cli_test.py rename to tests/mgm_hurry_monigomani_cli_test.py diff --git a/tests/monigomani/mgm_hurry_monigomani_config_test.py b/tests/mgm_hurry_monigomani_config_test.py similarity index 100% rename from tests/monigomani/mgm_hurry_monigomani_config_test.py rename to tests/mgm_hurry_monigomani_config_test.py diff --git a/tests/monigomani/mgm_hurry_monigomani_logger_test.py b/tests/mgm_hurry_monigomani_logger_test.py similarity index 100% rename from tests/monigomani/mgm_hurry_monigomani_logger_test.py rename to tests/mgm_hurry_monigomani_logger_test.py diff --git a/tests/monigomani/__pycache__/mgm_hurry_freqtrade_cli_test.cpython-39-pytest-6.2.4.pyc b/tests/monigomani/__pycache__/mgm_hurry_freqtrade_cli_test.cpython-39-pytest-6.2.4.pyc deleted file mode 100644 index 9f6567c..0000000 Binary files a/tests/monigomani/__pycache__/mgm_hurry_freqtrade_cli_test.cpython-39-pytest-6.2.4.pyc and /dev/null differ diff --git a/tests/monigomani/__pycache__/mgm_hurry_interface_test.cpython-39-pytest-6.2.4.pyc b/tests/monigomani/__pycache__/mgm_hurry_interface_test.cpython-39-pytest-6.2.4.pyc deleted file mode 100644 index 0589e03..0000000 Binary files a/tests/monigomani/__pycache__/mgm_hurry_interface_test.cpython-39-pytest-6.2.4.pyc and /dev/null differ diff --git a/tests/monigomani/__pycache__/mgm_hurry_monigomani_cli_test.cpython-39-pytest-6.2.4.pyc b/tests/monigomani/__pycache__/mgm_hurry_monigomani_cli_test.cpython-39-pytest-6.2.4.pyc deleted file mode 100644 index c1961a9..0000000 Binary files a/tests/monigomani/__pycache__/mgm_hurry_monigomani_cli_test.cpython-39-pytest-6.2.4.pyc and /dev/null differ diff --git a/tests/monigomani/__pycache__/mgm_hurry_monigomani_config_test.cpython-39-pytest-6.2.4.pyc b/tests/monigomani/__pycache__/mgm_hurry_monigomani_config_test.cpython-39-pytest-6.2.4.pyc deleted file mode 100644 index 3e4f470..0000000 Binary files a/tests/monigomani/__pycache__/mgm_hurry_monigomani_config_test.cpython-39-pytest-6.2.4.pyc and /dev/null differ diff --git a/tests/monigomani/__pycache__/mgm_hurry_monigomani_logger_test.cpython-39-pytest-6.2.4.pyc b/tests/monigomani/__pycache__/mgm_hurry_monigomani_logger_test.cpython-39-pytest-6.2.4.pyc deleted file mode 100644 index 2446718..0000000 Binary files a/tests/monigomani/__pycache__/mgm_hurry_monigomani_logger_test.cpython-39-pytest-6.2.4.pyc and /dev/null differ