8 lines
127 B
Python
8 lines
127 B
Python
import pytest
|
|
|
|
from freqtrade.aws.backtesting_lambda import backtest
|
|
|
|
|
|
def test_backtest(lambda_context):
|
|
backtest({}, {})
|