MCPcopy Create free account
hub / github.com/EasyIME/PIME / get_ssl_options

Method get_ssl_options

python/python3/tornado/test/httpserver_test.py:183–188  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

181
182class SSLContextTest(BaseSSLTest, SSLTestMixin):
183 def get_ssl_options(self):
184 context = ssl_options_to_context(
185 AsyncHTTPSTestCase.get_ssl_options(self), server_side=True
186 )
187 assert isinstance(context, ssl.SSLContext)
188 return context
189
190
191class BadSSLOptionsTest(unittest.TestCase):

Callers

nothing calls this directly

Calls 2

ssl_options_to_contextFunction · 0.90
get_ssl_optionsMethod · 0.45

Tested by

no test coverage detected