🌐 Add Turkish translation for docs/tr/docs/advanced/testing-websockets.md (#11608)

This commit is contained in:
Hasan Sezer Taşan
2024-05-27 19:21:03 +03:00
committed by GitHub
parent 54d0be2388
commit 59b17ce804

View File

@@ -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.