Simplify some test setups

This commit is contained in:
Matthias
2023-01-20 08:28:50 +00:00
parent 58d48e79da
commit 28e51e2dfb
4 changed files with 0 additions and 8 deletions

View File

@@ -449,7 +449,6 @@ def test_start_plot_profit_error(mocker):
def test_plot_profit(default_conf, mocker, testdatadir):
patch_exchange(mocker)
default_conf['trade_source'] = 'file'
default_conf['datadir'] = testdatadir
default_conf['exportfilename'] = testdatadir / 'backtest-result_test_nofile.json'
default_conf['pairs'] = ['ETH/BTC', 'LTC/BTC']