File size: 242 Bytes
aef804e | 1 2 3 4 5 6 7 8 | """
Integration tests for API endpoints.
This package contains comprehensive integration tests for all FastAPI endpoints
using TestClient, ensuring request/response validation, error handling, and
database transaction rollback patterns.
"""
|