Merge branch 'develop' of https://github.com/freqtrade/freqtrade into develop

This commit is contained in:
Paul D. Mendes
2020-05-13 00:32:46 +04:00
5 changed files with 18 additions and 9 deletions

View File

@@ -649,6 +649,7 @@ def test_backtest_start_timerange(default_conf, mocker, caplog, testdatadir):
assert log_has(line, caplog)
@pytest.mark.filterwarnings("ignore:deprecated")
def test_backtest_start_multi_strat(default_conf, mocker, caplog, testdatadir):
patch_exchange(mocker)