mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 18:43:04 +00:00
test: update tests for new file structure
This commit is contained in:
@@ -2869,7 +2869,7 @@ def test_api_backtesting(botclient, mocker, fee, caplog, tmp_path):
|
||||
def test_api_backtest_history(botclient, mocker, testdatadir):
|
||||
ftbot, client = botclient
|
||||
mocker.patch(
|
||||
"freqtrade.data.btanalysis._get_backtest_files",
|
||||
"freqtrade.data.btanalysis.bt_fileutils._get_backtest_files",
|
||||
return_value=[
|
||||
testdatadir / "backtest_results/backtest-result_multistrat.json",
|
||||
testdatadir / "backtest_results/backtest-result.json",
|
||||
|
||||
Reference in New Issue
Block a user