working on initial lambda support

This commit is contained in:
Gert Wohlgemuth
2018-05-09 09:09:17 -07:00
parent 9d844696f9
commit f667041679
7 changed files with 272 additions and 0 deletions

View File

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