MCPcopy
hub / github.com/tornadoweb/tornado / test_connect_ipv6_ipv6

Method test_connect_ipv6_ipv6

tornado/test/tcpclient_test.py:111–113  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

109
110 @skipIfNoIPv6
111 def test_connect_ipv6_ipv6(self):
112 self.skipIfLocalhostV4()
113 self.do_test_connect(socket.AF_INET6, "::1")
114
115 @skipIfNoIPv6
116 def test_connect_ipv6_dual(self):

Callers

nothing calls this directly

Calls 2

skipIfLocalhostV4Method · 0.95
do_test_connectMethod · 0.95

Tested by

no test coverage detected