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

Method test_connect_unspec_ipv6

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

Source from the content-addressed store, hash-verified

122
123 @skipIfNoIPv6
124 def test_connect_unspec_ipv6(self):
125 self.skipIfLocalhostV4()
126 self.do_test_connect(socket.AF_UNSPEC, "::1")
127
128 def test_connect_unspec_dual(self):
129 self.do_test_connect(socket.AF_UNSPEC, "localhost")

Callers

nothing calls this directly

Calls 2

skipIfLocalhostV4Method · 0.95
do_test_connectMethod · 0.95

Tested by

no test coverage detected