- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_query_int (0.16 seconds)
-
tests/test_query.py
def test_query_optional_not_declared_baz(): response = client.get("/query/optional?not_declared=baz") assert response.status_code == 200 assert response.json() == "foo bar" def test_query_int(): response = client.get("/query/int") assert response.status_code == 422 assert response.json() == { "detail": [ { "type": "missing",
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sat Dec 27 18:19:10 GMT 2025 - 7.4K bytes - Click Count (0)