working on backtesting
This commit is contained in:
@@ -3,5 +3,5 @@ import pytest
|
||||
from freqtrade.aws.backtesting_lambda import backtest
|
||||
|
||||
|
||||
def test_backtest(lambda_context):
|
||||
def test_backtest():
|
||||
backtest({}, {})
|
||||
|
||||
@@ -5,7 +5,7 @@ import freqtrade.aws.strategy as aws
|
||||
|
||||
def test_strategy(lambda_context):
|
||||
"""
|
||||
very uggly long test
|
||||
very ugly long test
|
||||
|
||||
:param lambda_context:
|
||||
:return:
|
||||
|
||||
Reference in New Issue
Block a user