Fix all tests

This commit is contained in:
froggleston
2022-05-24 21:04:23 +01:00
parent 3adda84b96
commit 22b9805e47
5 changed files with 209 additions and 10 deletions

View File

@@ -69,7 +69,7 @@ def test_backtest_analysis_nomock(default_conf, mocker, caplog, testdatadir, cap
'--export', 'signals',
'--cache', 'none',
'--strategy-list',
'StrategyTestV3',
'StrategyTestV3Analysis',
]
args = get_args(args)
start_backtesting(args)
@@ -85,7 +85,7 @@ def test_backtest_analysis_nomock(default_conf, mocker, caplog, testdatadir, cap
'--datadir', str(testdatadir),
'--analysis_groups', '0',
'--strategy',
'StrategyTestV3',
'StrategyTestV3Analysis',
]
args = get_args(args)
start_analysis_entries_exits(args)