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

Method test_connect_ipv4_ipv4

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

Source from the content-addressed store, hash-verified

102 self.assertEqual(data, b"hello")
103
104 def test_connect_ipv4_ipv4(self):
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")

Callers

nothing calls this directly

Calls 1

do_test_connectMethod · 0.95

Tested by

no test coverage detected