| 130 |
| 131 |
| 132 |
| 133 |
| 134 |
| 135 |
| 136 | |
def test_channel_finish_and_then_EOFError(self): |
-> channel = self.gw.remote_exec('channel.send(42)') |
x = channel.receive() |
assert x == 42 |
py.test.raises(EOFError, channel.receive) |
py.test.raises(EOFError, channel.receive) |
py.test.raises(EOFError, channel.receive) | |