We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1041a78 commit 1fc0e9aCopy full SHA for 1fc0e9a
tests/test_transport.py
@@ -48,7 +48,6 @@ def test_send_fail_non_blocking(self):
48
tcp = Tcp("0.0.0.0", 0)
49
with pytest.raises(socket.error) as err:
50
tcp.send(b"\x01\x02\x03\x04")
51
- assert err.value.errno == errno.ENOTCONN
52
53
def test_recv_fail_non_blocking(self):
54
# ensure it doesn't loop when a non blocking error is raised
0 commit comments