From d1585c42b90e44c874f92a3ba5a0c31caee1791f Mon Sep 17 00:00:00 2001 From: Smart <47581948+hellocoldworld@users.noreply.github.com> Date: Mon, 3 Aug 2020 05:45:22 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20external=20link=20to=20sta?= =?UTF-8?q?rlette=20docs=20for=20WebSocket=20testing=20(#1717)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Marcelo Trylesinski Co-authored-by: Sebastián Ramírez --- docs/en/docs/advanced/testing-websockets.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/en/docs/advanced/testing-websockets.md b/docs/en/docs/advanced/testing-websockets.md index a9d6821be..ab2c3eb10 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.