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

Method cleanup

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

Source from the content-addressed store, hash-verified

1957 self.pump()
1958
1959 def cleanup(self):
1960 # release resources created by this class
1961 super(SettlementTest, self).cleanup()
1962 self.c1 = None
1963 self.snd = None
1964 self.c2 = None
1965 self.rcv2 = None
1966 self.snd2 = None
1967
1968 def tearDown(self):
1969 self.cleanup()

Callers 1

tearDownMethod · 0.95

Calls 1

cleanupMethod · 0.45

Tested by

no test coverage detected