MCPcopy Create free account
hub / github.com/CJackHwang/AIstudioProxyAPI / test_websocketmanager_init

Function test_websocketmanager_init

tests/models/test_logging.py:162–166  ·  view source on GitHub ↗

Test WebSocketConnectionManager initialization.

()

Source from the content-addressed store, hash-verified

160
161@pytest.mark.asyncio
162async def test_websocketmanager_init():
163 """Test WebSocketConnectionManager initialization."""
164 manager = WebSocketConnectionManager()
165
166 assert manager.active_connections == {}
167
168
169@pytest.mark.asyncio

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected