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