Added max open trades to strategy summary first line

This commit is contained in:
barbarius
2021-06-28 17:05:12 +02:00
parent 2e5b719de8
commit a0f28f4a15
2 changed files with 4 additions and 6 deletions

View File

@@ -993,5 +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 '2017-11-14 21:17:00 -> 2017-11-14 22:58:00 | Max open trades : 1' in captured.out
assert 'STRATEGY SUMMARY' in captured.out