You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

472 B

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:

{!../../docs_src/app_testing/tutorial002.py!}

/// note | "Not"

Daha fazla detay için Starlette'in Websockets'i Test Etmek dokümantasyonunu inceleyin.

///