- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_optional_str_missing_empty_dict (0.11 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
tests/test_request_params/test_body/test_optional_str.py
"type": "missing", }, ], } @pytest.mark.parametrize( "path", ["/optional-str", "/model-optional-str"], ) def test_optional_str_missing_empty_dict(path: str): client = TestClient(app) response = client.post(path, json={}) assert response.status_code == 200, response.text assert response.json() == {"p": None}
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 18:19:10 GMT 2025 - 11.6K bytes - Click Count (0)