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

Method cleanup

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

Source from the content-addressed store, hash-verified

335 self.c2.open()
336
337 def cleanup(self):
338 # release resources created by this class
339 super(SessionTest, self).cleanup()
340 self.c1 = None
341 self.c2 = None
342 self.ssn = None
343
344 def tearDown(self):
345 self.cleanup()

Callers 1

tearDownMethod · 0.95

Calls 1

cleanupMethod · 0.45

Tested by

no test coverage detected