- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for test_create_item (0.05 seconds)
-
tests/test_openapi_separate_input_output_schemas.py
def create_with_computed_field( with_computed_field: WithComputedField, ) -> 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"})
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Feb 17 09:59:14 GMT 2026 - 27.8K bytes - Click Count (0)