- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for expected_title (0.73 sec)
-
tests/test_request_params/test_path/test_required_str.py
id="required-alias-and-validation-alias", ), ], ) def test_schema(path: str, expected_name: str, expected_title: str): assert app.openapi()["paths"][path]["get"]["parameters"] == [ { "required": True, "schema": {"title": expected_title, "type": "string"}, "name": expected_name, "in": "path", } ] @pytest.mark.parametrize(Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 20 15:55:38 UTC 2025 - 2.3K bytes - Viewed (0)