- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for test_query_param_model_extra (0.12 seconds)
-
tests/test_tutorial/test_query_param_models/test_tutorial002.py
"input": "invalid", "ctx": {"expected": "'created_at' or 'updated_at'"}, }, ] } ) def test_query_param_model_extra(client: TestClient): response = client.get( "/items/", params={ "limit": 10, "offset": 5, "order_by": "updated_at",
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 18:19:10 GMT 2025 - 8K bytes - Click Count (0) -
tests/test_tutorial/test_query_param_models/test_tutorial001.py
"input": "invalid", "ctx": {"expected": "'created_at' or 'updated_at'"}, }, ] } ) def test_query_param_model_extra(client: TestClient): response = client.get( "/items/", params={ "limit": 10, "offset": 5, "order_by": "updated_at",
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 18:19:10 GMT 2025 - 7.8K bytes - Click Count (0)