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

Method cleanup

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

Source from the content-addressed store, hash-verified

2078 self.c1, self.c2 = self.connection()
2079
2080 def cleanup(self):
2081 # release resources created by this class
2082 super(PipelineTest, self).cleanup()
2083 self.c1 = None
2084 self.c2 = None
2085
2086 def tearDown(self):
2087 self.cleanup()

Callers 1

tearDownMethod · 0.95

Calls 1

cleanupMethod · 0.45

Tested by

no test coverage detected