Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aio-libs/aiohttp
/ test_pong
Function
test_pong
tests/test_websocket_writer.py:17–19 ·
view source on GitHub ↗
(transport, writer)
Source
from the content-addressed store, hash-verified
15
16
17
def
test_pong(transport, writer):
18
writer.pong()
19
transport.write.assert_called_with(b
'\x8a\x00'
)
20
21
22
def
test_ping(transport, writer):
Callers
nothing calls this directly
Calls
1
pong
Method · 0.45
Tested by
no test coverage detected