MCPcopy Create free account
hub / github.com/python-websockets/websockets / assertNoFrameSent

Method assertNoFrameSent

tests/legacy/test_protocol.py:309–310  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

307 self.assertEqual(self.last_sent_frame(), Frame(*args))
308
309 def assertNoFrameSent(self):
310 self.assertIsNone(self.last_sent_frame())
311
312 def assertConnectionClosed(self, code, message):
313 # The following line guarantees that connection_lost was called.

Calls 1

last_sent_frameMethod · 0.95

Tested by

no test coverage detected