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

Method tearDown

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

Source from the content-addressed store, hash-verified

75 self.server = None
76
77 def tearDown(self):
78 self.client.close()
79 self.stop_server()
80 super().tearDown()
81
82 def skipIfLocalhostV4(self):
83 # The port used here doesn't matter, but some systems require it

Callers 1

tearDownMethod · 0.45

Calls 2

stop_serverMethod · 0.95
closeMethod · 0.45

Tested by

no test coverage detected