|
"""
|
|
API test suite for TradingAgents FastAPI backend.
|
|
|
|
This package contains tests for Issue #48:
|
|
- FastAPI application with JWT authentication
|
|
- Strategies CRUD endpoints
|
|
- SQLAlchemy models and database operations
|
|
- Alembic migrations
|
|
- Error handling middleware
|
|
"""
|