Merge pull request #2725 from freqtrade/minor_fix

[Minor] Edge-cli should use exchangeresolver
This commit is contained in:
Matthias
2019-12-30 19:27:40 +01:00
committed by GitHub
2 changed files with 5 additions and 3 deletions

View File

@@ -448,6 +448,9 @@ def test_create_datadir(caplog, mocker):
# Ensure that caplog is empty before starting ...
# Should prevent random failures.
caplog.clear()
# Added assert here to analyze random test-failures ...
assert len(caplog.record_tuples) == 0
cud = mocker.patch("freqtrade.utils.create_userdata_dir", MagicMock())
csf = mocker.patch("freqtrade.utils.copy_sample_files", MagicMock())
args = [