Implements FastAPI backend with ML model support for energy trading, including price prediction models and RL-based battery trading policy. Features dashboard, trading, backtest, and settings API routes with WebSocket support for real-time updates.
14 lines
131 B
Python
14 lines
131 B
Python
import pytest
|
|
|
|
|
|
def test_backtest_start():
|
|
pass
|
|
|
|
|
|
def test_backtest_status():
|
|
pass
|
|
|
|
|
|
def test_backtest_history():
|
|
pass
|