FastAPI application with: - CORS middleware (permissive for dev) - /health endpoint checking DB and Redis connectivity - /ws WebSocket endpoint with ConnectionManager for real-time updates - Async lifespan hooks for DB engine and Redis init/teardown - get_db dependency for session management - Dynamic router mounting that silently skips missing router modules - 10 tests covering all endpoints and utilities |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_alembic.py | ||
| test_config.py | ||
| test_main.py | ||
| test_models.py | ||
| test_schemas.py | ||