MCPcopy Create free account
hub / github.com/apache/qpid-proton / setUp

Method setUp

python/tests/proton_tests/ssl.py:48–52  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

46 self._testpath = _testpath
47
48 def setUp(self):
49 if not common.isSSLPresent():
50 raise Skipped("No SSL libraries found.")
51 self.server_domain = SSLDomain(SSLDomain.MODE_SERVER)
52 self.client_domain = SSLDomain(SSLDomain.MODE_CLIENT)
53
54 def tearDown(self):
55 self.server_domain = None

Calls 2

SSLDomainClass · 0.90
SkippedClass · 0.85

Tested by 1