From: Smart <47581948+hellocoldworld@users.noreply.github.com> Date: Mon, 3 Aug 2020 08:45:22 +0000 (-0300) Subject: 📝 Add external link to starlette docs for WebSocket testing (#1717) X-Git-Tag: 0.60.2~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d1585c42b90e44c874f92a3ba5a0c31caee1791f;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Add external link to starlette docs for WebSocket testing (#1717) Co-authored-by: Marcelo Trylesinski Co-authored-by: Sebastián Ramírez --- diff --git a/docs/en/docs/advanced/testing-websockets.md b/docs/en/docs/advanced/testing-websockets.md index a9d6821bec..ab2c3eb103 100644 --- a/docs/en/docs/advanced/testing-websockets.md +++ b/docs/en/docs/advanced/testing-websockets.md @@ -7,3 +7,6 @@ For this, you use the `TestClient` in a `with` statement, connecting to the WebS ```Python hl_lines="27 28 29 30 31" {!../../../docs_src/app_testing/tutorial002.py!} ``` + +!!! note + For more details, check Starlette's documentation for testing WebSockets.