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

Method test_connect_ipv6_dual

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

Source from the content-addressed store, hash-verified

114
115 @skipIfNoIPv6
116 def test_connect_ipv6_dual(self):
117 self.skipIfLocalhostV4()
118 self.do_test_connect(socket.AF_INET6, "localhost")
119
120 def test_connect_unspec_ipv4(self):
121 self.do_test_connect(socket.AF_UNSPEC, "127.0.0.1")

Callers

nothing calls this directly

Calls 2

skipIfLocalhostV4Method · 0.95
do_test_connectMethod · 0.95

Tested by

no test coverage detected