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

Method cleanup

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

Source from the content-addressed store, hash-verified

1435 self.pump()
1436
1437 def cleanup(self):
1438 # release resources created by this class
1439 super(CreditTest, self).cleanup()
1440 self.c1 = None
1441 self.snd = None
1442 self.c2 = None
1443 self.rcv2 = None
1444 self.snd2 = None
1445
1446 def tearDown(self):
1447 self.cleanup()

Callers 1

tearDownMethod · 0.95

Calls 1

cleanupMethod · 0.45

Tested by

no test coverage detected