mirror of https://github.com/tiangolo/fastapi.git
🌐 Add Turkish translation for `docs/tr/docs/advanced/testing-websockets.md` (#11608)
This commit is contained in:
parent
54d0be2388
commit
59b17ce804
|
|
@ -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