- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for test_items_plumbus_with_no_token (0.14 sec)
-
tests/test_tutorial/test_bigger_applications/test_main_an_py39.py
) assert response.status_code == 404 assert response.json() == {"detail": "Item not found"} @needs_py39 def test_items_plumbus_with_no_token(client: TestClient): response = client.get( "/items/plumbus", headers={"X-Token": "fake-super-secret-token"} ) assert response.status_code == 422 assert response.json() == IsDict(
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Apr 18 19:40:57 UTC 2024 - 24.9K bytes - Viewed (0) -
tests/test_tutorial/test_bigger_applications/test_main.py
"/items/bar?token=jessica", headers={"X-Token": "fake-super-secret-token"} ) assert response.status_code == 404 assert response.json() == {"detail": "Item not found"} def test_items_plumbus_with_no_token(client: TestClient): response = client.get( "/items/plumbus", headers={"X-Token": "fake-super-secret-token"} ) assert response.status_code == 422 assert response.json() == IsDict(
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Apr 18 19:40:57 UTC 2024 - 24.6K bytes - Viewed (0) -
tests/test_tutorial/test_bigger_applications/test_main_an.py
"/items/bar?token=jessica", headers={"X-Token": "fake-super-secret-token"} ) assert response.status_code == 404 assert response.json() == {"detail": "Item not found"} def test_items_plumbus_with_no_token(client: TestClient): response = client.get( "/items/plumbus", headers={"X-Token": "fake-super-secret-token"} ) assert response.status_code == 422 assert response.json() == IsDict(
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Apr 18 19:40:57 UTC 2024 - 24.6K bytes - Viewed (0)