You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

471 B

測試 WebSocket

你可以使用相同的 TestClient 來測試 WebSocket。

為此,你可以在 with 陳述式中使用 TestClient,連線到該 WebSocket:

{* ../../docs_src/app_testing/tutorial002_py310.py hl[27:31] *}

/// note | 注意

想了解更多,請參考 Starlette 的 測試 WebSocket 文件。

///