Commit Graph

1 Commits

Author SHA1 Message Date
Rauan fae884e319 test: Add comprehensive tests for HTTP QUERY method support
- Add `tests/test_http_query.py` to verify `app.query()` and `router.query()` functionality.
- Ensure `QUERY` requests correctly accept and validate request bodies.
- Verify OpenAPI schema generation for `QUERY` operations, specifically checking for the presence of `requestBody`.
- Add compatibility checks for Pydantic v1 and v2 responses.
2025-11-26 09:40:41 +05:00