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

Method tearDown

tornado/test/httpserver_test.py:840–843  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

838 self.server.add_socket(netutil.bind_unix_socket(self.address))
839
840 def tearDown(self):
841 self.io_loop.run_sync(self.server.close_all_connections)
842 self.server.stop()
843 super().tearDown()
844
845 @gen_test
846 def test_unix_socket(self):

Callers

nothing calls this directly

Calls 3

run_syncMethod · 0.80
stopMethod · 0.45
tearDownMethod · 0.45

Tested by

no test coverage detected