- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_filter_sub_model (0.07 sec)
-
tests/test_filter_pydantic_sub_model_pv2.py
"description": "model-a-desc", "foo": model_c, "tags": {"key1": "value1", "key2": "value2"}, } client = TestClient(app) return client def test_filter_sub_model(client: TestClient): response = client.get("/model/modelA") assert response.status_code == 200, response.text assert response.json() == { "name": "modelA", "description": "model-a-desc",
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 18:19:10 UTC 2025 - 6.6K bytes - Viewed (0)