Beispiel #1
0
    def tearDown(self):
        d = self.p.stop_flow()

        # add cleanup, otherwise components a.t.m. don't cleanup after
        # themselves too well, remove when fixed
        d.addBoth(lambda _: comptest.cleanup_reactor())
        return d
Beispiel #2
0
 def tearDown(self):
     # The components a.t.m. don't cleanup after
     # themselves too well, remove when fixed.
     # See also a similar snippet in TestCompTestFlow.tearDown()
     comptest.cleanup_reactor()
 def tearDown(self):
     # we instantiate the component, and it doesn't clean after
     # itself correctly, so we need to manually clean the reactor
     comptest.cleanup_reactor()
 def tearDown(self):
     comptest.cleanup_reactor()
Beispiel #5
0
 def tearDown(self):
     # we instantiate the component, and it doesn't clean after
     # itself correctly, so we need to manually clean the reactor
     comptest.cleanup_reactor()
Beispiel #6
0
 def tearDown(self):
     comptest.cleanup_reactor()
 def tearDown(self):
     #FIXME: This shouldn't be used
     comptest.cleanup_reactor()