From 80f6fbbae9970c05cbbb3f3ce76f3debe62bc9a0 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 2 Feb 2024 07:07:58 +0100 Subject: [PATCH] chore: Move bot-related tests to test subdir --- tests/{ => freqtradebot}/test_freqtradebot.py | 0 tests/{ => freqtradebot}/test_integration.py | 0 tests/{ => freqtradebot}/test_worker.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename tests/{ => freqtradebot}/test_freqtradebot.py (100%) rename tests/{ => freqtradebot}/test_integration.py (100%) rename tests/{ => freqtradebot}/test_worker.py (100%) diff --git a/tests/test_freqtradebot.py b/tests/freqtradebot/test_freqtradebot.py similarity index 100% rename from tests/test_freqtradebot.py rename to tests/freqtradebot/test_freqtradebot.py diff --git a/tests/test_integration.py b/tests/freqtradebot/test_integration.py similarity index 100% rename from tests/test_integration.py rename to tests/freqtradebot/test_integration.py diff --git a/tests/test_worker.py b/tests/freqtradebot/test_worker.py similarity index 100% rename from tests/test_worker.py rename to tests/freqtradebot/test_worker.py