- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_request_validation_error_includes_endpoint_context (1.12 sec)
-
tests/test_validation_error_context.py
await websocket.send_text(f"Item: {item_id}") # pragma: no cover await websocket.close() # pragma: no cover client = TestClient(app) def test_request_validation_error_includes_endpoint_context(): captured_exception.exception = None try: client.get("/users/invalid") except Exception: pass assert captured_exception.exception is not None
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 06 12:21:57 UTC 2025 - 4.7K bytes - Viewed (0)