- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_post_body_no_data (0.17 sec)
-
tests/test_tutorial/test_body_multiple_params/test_tutorial003.py
"name": "Foo", "price": 50.5, "description": None, "tax": None, }, "user": {"username": "Dave", "full_name": None}, } def test_post_body_no_data(client: TestClient): response = client.put("/items/5", json=None) assert response.status_code == 422 assert response.json() == { "detail": [ { "type": "missing",
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 18:19:10 UTC 2025 - 7.4K bytes - Viewed (0)