Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for test_with_computed_field (0.09 sec)

  1. tests/test_openapi_separate_input_output_schemas.py

                    "sub": {"subname": "subname", "sub_description": None, "tags": []},
                },
                {"name": "Plumbus", "description": None, "sub": None},
            ]
        )
    
    
    def test_with_computed_field():
        client = get_app_client()
        client_no = get_app_client(separate_input_output_schemas=False)
        response = client.post("/with-computed-field/", json={"name": "example"})
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 20 15:55:38 UTC 2025
    - 26.6K bytes
    - Viewed (0)
Back to top