mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
Avoid having test-result influence from user_data/
this avoids potential deprecation warnings (or even errors) caused by strategies in user_data/strategies
This commit is contained in:
@@ -14,7 +14,8 @@ from tests.conftest import get_args, log_has_re, patch_exchange
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def recursive_conf(default_conf_usdt):
|
||||
def recursive_conf(default_conf_usdt, tmp_path):
|
||||
default_conf_usdt['user_data_dir'] = tmp_path
|
||||
default_conf_usdt['timerange'] = '20220101-20220501'
|
||||
|
||||
default_conf_usdt['strategy_path'] = str(
|
||||
|
||||
Reference in New Issue
Block a user