(self, socket, timeout=30, use_poll=False)
| 38 | """ duplicate of test_socket, but using fdpexpect rather than socket_expect """ |
| 39 | |
| 40 | def spawn(self, socket, timeout=30, use_poll=False): |
| 41 | return fdpexpect.fdspawn(socket.fileno(), timeout=timeout, use_poll=use_poll) |
| 42 | |
| 43 | def test_not_int(self): |
| 44 | with self.assertRaises(pexpect.ExceptionPexpect): |