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

Method tearDown

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

Source from the content-addressed store, hash-verified

72 self.server = None
73
74 def tearDown(self):
75 self.client.close()
76 self.stop_server()
77 super().tearDown()
78
79 def skipIfLocalhostV4(self):
80 # 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