Address test-failures due to file moves

This commit is contained in:
Matthias
2019-11-01 13:41:25 +01:00
parent 1d2ef5c2ce
commit 084efc98d7
5 changed files with 8 additions and 3 deletions

View File

@@ -869,6 +869,7 @@ def test_backtest_start_multi_strat(default_conf, mocker, caplog, testdatadir):
'backtesting',
'--config', 'config.json',
'--datadir', str(testdatadir),
'--strategy-path', str(Path(__file__).parents[2] / 'freqtrade/templates'),
'--ticker-interval', '1m',
'--timerange', '1510694220-1510700340',
'--enable-position-stacking',