committed by
GitHub
1 changed files with 12 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||||
|
# WebSockets'i Test Etmek |
||||
|
|
||||
|
WebSockets testi yapmak için `TestClient`'ı kullanabilirsiniz. |
||||
|
|
||||
|
Bu işlem için, `TestClient`'ı bir `with` ifadesinde kullanarak WebSocket'e bağlanabilirsiniz: |
||||
|
|
||||
|
```Python hl_lines="27-31" |
||||
|
{!../../../docs_src/app_testing/tutorial002.py!} |
||||
|
``` |
||||
|
|
||||
|
!!! note "Not" |
||||
|
Daha fazla detay için Starlette'in <a href="https://www.starlette.io/staticfiles/" class="external-link" target="_blank">Websockets'i Test Etmek</a> dokümantasyonunu inceleyin. |
Loading…
Reference in new issue