Exemplo n.º 1
0
 def tearDown(self):
     CommandsBaseTestCase.tearDown(self)
     self.factory.continueTrying = 0
     self.factory.stopTrying()
     if self.factory.client:
         self.factory.client.setTimeout(None)
         self.factory.client.transport.loseConnection()
Exemplo n.º 2
0
 def tearDown(self):
     CommandsBaseTestCase.tearDown(self)
     self.factory.continueTrying = 0
     self.factory.stopTrying()
     if self.factory.client:
         self.factory.client.setTimeout(None)
         self.factory.client.transport.loseConnection()
Exemplo n.º 3
0
 def tearDown(self):
     CommandsBaseTestCase.tearDown(self)
     self.subscriber.transport.loseConnection()
Exemplo n.º 4
0
 def tearDown(self):
     CommandsBaseTestCase.tearDown(self)
     self.subscriber.transport.loseConnection()