Added timerange above multiple strategy backtest result summary table

This commit is contained in:
barbarius
2021-06-28 10:20:34 +02:00
parent f3684e0051
commit c99ae3b419
2 changed files with 5 additions and 0 deletions

View File

@@ -993,4 +993,5 @@ def test_backtest_start_multi_strat_nomock(default_conf, mocker, caplog, testdat
assert 'BACKTESTING REPORT' in captured.out
assert 'SELL REASON STATS' in captured.out
assert 'LEFT OPEN TRADES REPORT' in captured.out
assert '2017-11-14 21:17:00 -> 2017-11-14 22:58:00' in captured.out
assert 'STRATEGY SUMMARY' in captured.out