mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
Use proper log level
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import logging
|
||||
import platform
|
||||
import shutil
|
||||
import sys
|
||||
@@ -540,6 +541,7 @@ def test_get_required_data_timerange(mocker, freqai_conf):
|
||||
|
||||
|
||||
def test_download_all_data_for_training(mocker, freqai_conf, caplog, tmpdir):
|
||||
caplog.set_level(logging.DEBUG)
|
||||
strategy = get_patched_freqai_strategy(mocker, freqai_conf)
|
||||
exchange = get_patched_exchange(mocker, freqai_conf)
|
||||
pairlist = PairListManager(exchange, freqai_conf)
|
||||
|
||||
Reference in New Issue
Block a user