(self)
| 629 | self.serv_conn = self.cli |
| 630 | |
| 631 | def clientTearDown(self): |
| 632 | self.serv_conn.close() |
| 633 | self.serv_conn = None |
| 634 | ThreadedTCPSocketTest.clientTearDown(self) |
| 635 | |
| 636 | class SocketPairTest(unittest.TestCase, ThreadableTest): |
| 637 |
nothing calls this directly
no test coverage detected