MCPcopy Create free account
hub / github.com/EasyIME/PIME / setUp

Method setUp

python/python3/tornado/test/tcpclient_test.py:61–64  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

59
60class TCPClientTest(AsyncTestCase):
61 def setUp(self):
62 super().setUp()
63 self.server = None
64 self.client = TCPClient()
65
66 def start_server(self, family):
67 if family == socket.AF_UNSPEC and "TRAVIS" in os.environ:

Callers 1

setUpMethod · 0.45

Calls 1

TCPClientClass · 0.90

Tested by

no test coverage detected