Test Vet App
openapi_first.templates.vet_app.test_vet_app
End-to-end tests for the OpenAPI-first Veterinary Clinic example app.
These tests validate that all CRUD operations behave correctly against the in-memory mock data store using Pydantic models.
Classes
Functions
test_full_appointment_lifecycle
Create a parent, vet, treatment, pet, then an appointment.
test_list_appointments
List appointments returns paginated response with filter params.