added support for downloading the github strategy repository

This commit is contained in:
Gert Wohlgemuth
2018-05-21 19:57:31 -07:00
parent b4d6e2c289
commit 4e31b4c9ee
4 changed files with 140 additions and 21 deletions

View File

@@ -3,5 +3,5 @@ import pytest
from freqtrade.aws.backtesting_lambda import backtest
def test_backtest():
def test_backtest(lambda_context):
backtest({}, {})