(self)
| 92 | client.close() |
| 93 | |
| 94 | def testBasic2(self): |
| 95 | mock_socket.reply_with(b"220 Hola mundo") |
| 96 | # connects, include port in host name |
| 97 | client = self.client("%s:%s" % (HOST, self.port)) |
| 98 | client.close() |
| 99 | |
| 100 | def testLocalHostName(self): |
| 101 | mock_socket.reply_with(b"220 Hola mundo") |