mirror of https://github.com/tiangolo/fastapi.git
14 lines
504 B
Markdown
14 lines
504 B
Markdown
# WebSockets'i Test Etmek { #testing-websockets }
|
||
|
||
WebSockets'i test etmek için aynı `TestClient`'ı kullanabilirsiniz.
|
||
|
||
Bunun için `TestClient`'ı bir `with` ifadesinde kullanarak WebSocket'e bağlanırsınız:
|
||
|
||
{* ../../docs_src/app_testing/tutorial002_py310.py hl[27:31] *}
|
||
|
||
/// note | Not
|
||
|
||
Daha fazla detay için Starlette'in <a href="https://www.starlette.dev/testclient/#testing-websocket-sessions" class="external-link" target="_blank">WebSockets'i test etme</a> dokümantasyonuna bakın.
|
||
|
||
///
|