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

Method setUp

python/tests/proton_tests/engine.py:2077–2078  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2075class PipelineTest(Test):
2076
2077 def setUp(self):
2078 self.c1, self.c2 = self.connection()
2079
2080 def cleanup(self):
2081 # release resources created by this class

Callers

nothing calls this directly

Calls 1

connectionMethod · 0.45

Tested by

no test coverage detected