- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_get_timed (0.11 sec)
-
tests/test_tutorial/test_custom_request_and_route/test_tutorial003.py
client = TestClient(app) def test_get(): response = client.get("/") assert response.json() == {"message": "Not timed"} assert "X-Response-Time" not in response.headers def test_get_timed(): response = client.get("/timed") assert response.json() == {"message": "It's the time of my life"} assert "X-Response-Time" in response.headers
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Thu Jul 09 18:06:12 UTC 2020 - 526 bytes - Viewed (0)