📝 Update tutorial for WebSockets with dependencies (#1540)
* fix websockets/tutorial002.py
* fix tutorial002 in ws to correspond with test case
* reformat websocket tutorial002
* fix websocket tutorial002 coverage
* 📝 Update example for WebSockets with Depends
* ✅ Update and refactor tests for WebSockets with dependencies
* 👷 Trigger Travis, as it's not reporting to Codecov
* ✅ Update WebSocket tests to raise coverage
Co-authored-by: Chih Sean Hsu <[email protected]>
Co-authored-by: Sebastián Ramírez <[email protected]>
@ -75,14 +109,7 @@ They work the same way as for other FastAPI endpoints/*path operations*:
In the future, there will be a `WebSocketException` that you will be able to `raise` from anywhere, and add exception handlers for it. It depends on the <ahref="https://github.com/encode/starlette/pull/527"class="external-link"target="_blank">PR #527</a> in Starlette.
## More info
To learn more about the options, check Starlette's documentation for: