techprotrade's picture
Deploy ATOM FastAPI command center runtime (part 8)
aef804e verified
Raw
History Blame Contribute Delete
242 Bytes
"""
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.
"""