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

Method test_connect_ipv4_dual

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

Source from the content-addressed store, hash-verified

105 self.do_test_connect(socket.AF_INET, "127.0.0.1")
106
107 def test_connect_ipv4_dual(self):
108 self.do_test_connect(socket.AF_INET, "localhost")
109
110 @skipIfNoIPv6
111 def test_connect_ipv6_ipv6(self):

Callers

nothing calls this directly

Calls 1

do_test_connectMethod · 0.95

Tested by

no test coverage detected