(self, output_spy, virtual_socket)
| 64 | assert 'timed out' in lines[-1] |
| 65 | |
| 66 | def test_recv_empty(self, output_spy, virtual_socket): |
| 67 | lines = self._audit(output_spy) |
| 68 | assert len(lines) == 1 |
| 69 | assert 'did not receive banner' in lines[-1] |
| 70 | |
| 71 | def test_recv_timeout(self, output_spy, virtual_socket): |
| 72 | vsocket = virtual_socket |