Move test-backtestfiles to separate directory

This commit is contained in:
Matthias
2022-04-11 20:32:02 +02:00
parent 85e7deb2cd
commit 4254d86658
8 changed files with 30 additions and 23 deletions

View File

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