MCPcopy
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
17def test_pong(transport, writer):
18 writer.pong()
19 transport.write.assert_called_with(b'\x8a\x00')
20
21
22def test_ping(transport, writer):

Callers

nothing calls this directly

Calls 1

pongMethod · 0.45

Tested by

no test coverage detected