working on initial lambda support
This commit is contained in:
7
freqtrade/tests/aws/test_backtest.py
Normal file
7
freqtrade/tests/aws/test_backtest.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import pytest
|
||||
|
||||
from freqtrade.aws.backtesting_lambda import backtest
|
||||
|
||||
|
||||
def test_backtest(lambda_context):
|
||||
backtest({}, {})
|
||||
Reference in New Issue
Block a user