Browse Source

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

pull/11642/merge
Hasan Sezer Taşan 10 months ago
committed by GitHub
parent
commit
59b17ce804
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 12
      docs/tr/docs/advanced/testing-websockets.md

12
docs/tr/docs/advanced/testing-websockets.md

@ -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…
Cancel
Save