MCPcopy Index your code
hub / github.com/python-websockets/websockets / test_ping

Method test_ping

tests/test_frames.py:96–101  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

94 )
95
96 def test_ping(self):
97 self.assertFrameData(
98 Frame(OP_PING, b"ping"),
99 b"\x89\x04ping",
100 mask=False,
101 )
102
103 def test_pong(self):
104 self.assertFrameData(

Callers

nothing calls this directly

Calls 2

assertFrameDataMethod · 0.80
FrameClass · 0.50

Tested by

no test coverage detected