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

Method cleanup

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

Source from the content-addressed store, hash-verified

833 self.pump()
834
835 def cleanup(self):
836 # release resources created by this class
837 super(TransferTest, self).cleanup()
838 self.c1 = None
839 self.c2 = None
840 self.snd = None
841 self.rcv = None
842
843 def tearDown(self):
844 self.cleanup()

Callers 1

tearDownMethod · 0.95

Calls 1

cleanupMethod · 0.45

Tested by

no test coverage detected