Fail in case of name and explicit space name collisions

This commit is contained in:
Matthias
2021-04-05 10:53:00 +02:00
parent 30e5e92968
commit dc406fe19f
3 changed files with 9 additions and 2 deletions

View File

@@ -1093,8 +1093,6 @@ def test_print_epoch_details(capsys):
def test_in_strategy_auto_hyperopt(mocker, hyperopt_conf, tmpdir) -> None:
# mocker.patch('freqtrade.optimize.hyperopt.dump', MagicMock())
# mocker.patch('freqtrade.optimize.hyperopt.file_dump_json')
(Path(tmpdir) / 'hyperopt_results').mkdir(parents=True)
# No hyperopt needed
del hyperopt_conf['hyperopt']