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

Method test_client_default

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

Source from the content-addressed store, hash-verified

1666 """
1667
1668 def test_client_default(self):
1669 client = Protocol(CLIENT)
1670 self.assertFalse(client.close_expected())
1671
1672 def test_server_default(self):
1673 server = Protocol(SERVER)

Callers

nothing calls this directly

Calls 2

close_expectedMethod · 0.95
ProtocolClass · 0.50

Tested by

no test coverage detected