Final test changes

This commit is contained in:
froggleston 2022-05-25 10:08:03 +01:00
parent f5c2930889
commit 21e6c14e1e
1 changed files with 3 additions and 0 deletions

View File

@ -102,4 +102,7 @@ def test_backtest_analysis_nomock(default_conf, mocker, caplog, testdatadir, cap
captured = capsys.readouterr()
assert 'enter_tag_long' in captured.out
assert 'ETH/BTC' in captured.out
assert '34.049' in captured.out
assert 'LTC/BTC' in captured.out
assert '54.3204' in captured.out