This commit is contained in:
Fredrik81 2020-03-05 19:58:01 +01:00
parent 91db75a707
commit f0d56e23a3
1 changed files with 1 additions and 0 deletions

View File

@ -918,6 +918,7 @@ def test_hyperopt_list(mocker, capsys, hyperopt_results):
assert f.is_file()
f.unlink()
def test_hyperopt_show(mocker, capsys, hyperopt_results):
mocker.patch(
'freqtrade.optimize.hyperopt.Hyperopt.load_previous_results',