Refactor websocket tests to use httpx-ws ASGI transport

This commit is contained in:
2026-07-15 14:33:03 +00:00
parent 0d6ecce415
commit 59f38f067f
3 changed files with 34 additions and 106 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"build", "mypy", "ipdb", "twine", "httpx"
"build", "mypy", "ipdb", "twine", "httpx", "httpx-ws"
]
[project.urls]