MCPcopy Create free account
hub / github.com/apache/thrift / _server_socket

Method _server_socket

lib/py/test/test_sslsocket.py:126–127  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

124@unittest.skip("failing SSL test to be fixed in subsequent pull request")
125class TSSLSocketTest(unittest.TestCase):
126 def _server_socket(self, **kwargs):
127 return TSSLServerSocket(port=0, **kwargs)
128
129 @contextmanager
130 def _connectable_client(self, server, expect_failure=False, path=None, **client_kwargs):

Callers 8

test_server_certMethod · 0.95
test_set_server_certMethod · 0.95
test_client_certMethod · 0.95
test_ciphersMethod · 0.95
test_newer_tlsMethod · 0.95
test_ssl_contextMethod · 0.95

Calls 1

TSSLServerSocketClass · 0.90

Tested by

no test coverage detected