TradingAgents/tests/api/__init__.py

11 lines
269 B
Python

"""
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
"""