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.

455 B

WebSockets'i Test Etmek

WebSockets'i test etmek için aynı TestClient'ı kullanabilirsiniz.

Bunun için TestClient'ı bir with ifadesinde kullanarak WebSocket'e bağlanırsınız:

{* ../../docs_src/app_testing/tutorial002_py310.py hl[27:31] *}

/// note | Not

Daha fazla detay için Starlette'in WebSockets'i test etme dokümantasyonuna bakın.

///