backtest export json2

This commit is contained in:
kryofly
2018-01-11 15:45:39 +01:00
parent 27769f0301
commit ed47ee4e29
4 changed files with 28 additions and 2 deletions

View File

@@ -175,6 +175,7 @@ def test_backtest_start(default_conf, mocker, caplog):
args.level = 10
args.live = False
args.datadir = None
args.export = None
backtesting.start(args)
# check the logs, that will contain the backtest result
exists = ['Using max_open_trades: 1 ...',