Use proper log level
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
import logging
|
||||||
import platform
|
import platform
|
||||||
import shutil
|
import shutil
|
||||||
import sys
|
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):
|
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)
|
strategy = get_patched_freqai_strategy(mocker, freqai_conf)
|
||||||
exchange = get_patched_exchange(mocker, freqai_conf)
|
exchange = get_patched_exchange(mocker, freqai_conf)
|
||||||
pairlist = PairListManager(exchange, freqai_conf)
|
pairlist = PairListManager(exchange, freqai_conf)
|
||||||
|
|||||||
Reference in New Issue
Block a user