- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for get_app_client (0.05 sec)
-
tests/test_openapi_separate_input_output_schemas.py
) -> WithComputedField: return with_computed_field client = TestClient(app) return client def test_create_item(): client = get_app_client() client_no = get_app_client(separate_input_output_schemas=False) response = client.post("/items/", json={"name": "Plumbus"}) response2 = client_no.post("/items/", json={"name": "Plumbus"})Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 20 15:55:38 UTC 2025 - 26.6K bytes - Viewed (0)