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 67ab05d commit 25a76b2Copy full SHA for 25a76b2
tests/test_dns.py
@@ -126,6 +126,10 @@ def test_getaddrinfo_18(self):
126
self._test_getaddrinfo('localhost', b'http')
127
self._test_getaddrinfo('localhost', b'http', type=socket.SOCK_STREAM)
128
129
+ def test_getaddrinfo_19(self):
130
+ self._test_getaddrinfo('::1', 80)
131
+ self._test_getaddrinfo('::1', 80, type=socket.SOCK_STREAM)
132
+
133
######
134
135
def test_getnameinfo_1(self):
0 commit comments