Move convert functions to convert module

This commit is contained in:
Matthias
2019-12-28 10:27:49 +01:00
parent 525550e4c7
commit 28787a001c
5 changed files with 73 additions and 54 deletions

View File

@@ -463,7 +463,8 @@ def test_refresh_backtest_ohlcv_data(mocker, default_conf, markets, caplog, test
def test_download_data_no_markets(mocker, default_conf, caplog, testdatadir):
dl_mock = mocker.patch('freqtrade.data.history.history_utils._download_pair_history', MagicMock())
dl_mock = mocker.patch('freqtrade.data.history.history_utils._download_pair_history',
MagicMock())
ex = get_patched_exchange(mocker, default_conf)
mocker.patch(