Merge branch 'develop' into optuna

This commit is contained in:
Matthias
2025-05-08 19:25:33 +02:00
156 changed files with 12489 additions and 5844 deletions

View File

@@ -685,7 +685,7 @@ def test_print_json_spaces_all(mocker, hyperopt_conf, capsys) -> None:
'{"params":{"mfi-value":null,"sell-mfi-value":null},"minimal_roi"'
':{},"stoploss":null,"trailing_stop":null,"max_open_trades":null}'
)
assert result_str in out # noqa: E501
assert result_str in out
# Should be called for historical candle data
assert dumper.call_count == 1
assert dumper2.call_count == 1
@@ -742,7 +742,7 @@ def test_print_json_spaces_default(mocker, hyperopt_conf, capsys) -> None:
assert (
'{"params":{"mfi-value":null,"sell-mfi-value":null},"minimal_roi":{},"stoploss":null}'
in out
) # noqa: E501
)
# Should be called for historical candle data
assert dumper.call_count == 1
assert dumper2.call_count == 1