Rename backtest-result from new to "not new".

This commit is contained in:
Matthias
2022-12-26 15:30:39 +01:00
parent 6a15a9b412
commit 882e68c68b
8 changed files with 21 additions and 21 deletions

View File

@@ -1529,7 +1529,7 @@ def test_backtesting_show(mocker, testdatadir, capsys):
args = [
"backtesting-show",
"--export-filename",
f"{testdatadir / 'backtest_results/backtest-result_new.json'}",
f"{testdatadir / 'backtest_results/backtest-result.json'}",
"--show-pair-list"
]
pargs = get_args(args)