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

Method test_server_default

tests/test_protocol.py:1672–1674  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1670 self.assertFalse(client.close_expected())
1671
1672 def test_server_default(self):
1673 server = Protocol(SERVER)
1674 self.assertFalse(server.close_expected())
1675
1676 def test_client_sends_close(self):
1677 client = Protocol(CLIENT)

Callers

nothing calls this directly

Calls 2

close_expectedMethod · 0.95
ProtocolClass · 0.50

Tested by

no test coverage detected