set capturing level

This commit is contained in:
Janne Sinivirta
2018-01-31 19:37:38 +02:00
parent 8ba08af539
commit 45975c9677
7 changed files with 24 additions and 1 deletions

View File

@@ -168,6 +168,7 @@ def mocked_load_data(datadir, pairs=[], ticker_interval=0, refresh_pairs=False,
def test_backtest_start(default_conf, mocker, caplog):
caplog.set_level(logging.INFO)
default_conf['exchange']['pair_whitelist'] = ['BTC_UNITEST']
mocker.patch.dict('freqtrade.main._CONF', default_conf)
mocker.patch('freqtrade.misc.load_config', new=lambda s: default_conf)