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

Method test_connect_unspec_dual

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

Source from the content-addressed store, hash-verified

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")
130
131 @gen_test
132 def test_refused_ipv4(self):

Callers

nothing calls this directly

Calls 1

do_test_connectMethod · 0.95

Tested by

no test coverage detected