- Sort Score
- Result 10 results
- Languages All
Results 11 - 11 of 11 for test_get_items_2 (0.06 sec)
-
tests/test_tutorial/test_path_operation_configurations/test_tutorial002.py
"name": "Foo", "description": "Item description", "price": 42.0, "tax": 3.2, "tags": IsList("bar", "baz", check_order=False), } def test_get_items(client: TestClient): response = client.get("/items/") assert response.status_code == 200, response.text assert response.json() == [{"name": "Foo", "price": 42}] def test_get_users(client: TestClient):
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Fri Dec 26 10:43:02 UTC 2025 - 7.6K bytes - Viewed (0)