- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for test_put_only_required (0.13 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
tests/test_tutorial/test_body_nested_models/test_tutorial005.py
"tax": 3.2, "tags": IsList("foo", "bar", check_order=False), "image": {"url": "http://example.com/image.png", "name": "example image"}, }, } def test_put_only_required(client: TestClient): response = client.put( "/items/5", json={"name": "Foo", "price": 35.4}, ) assert response.status_code == 200, response.text assert response.json() == {
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Feb 12 13:19:43 GMT 2026 - 10.3K bytes - Click Count (0) -
tests/test_tutorial/test_body_multiple_params/test_tutorial004.py
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Feb 12 13:19:43 GMT 2026 - 10K bytes - Click Count (0)