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

Method tearDown

python/python3/tornado/test/httpserver_test.py:736–741  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

734 self.io_loop.run_sync(lambda: self.stream.connect(self.sockfile))
735
736 def tearDown(self):
737 self.stream.close()
738 self.io_loop.run_sync(self.server.close_all_connections)
739 self.server.stop()
740 shutil.rmtree(self.tmpdir)
741 super().tearDown()
742
743 @gen_test
744 def test_unix_socket(self):

Callers

nothing calls this directly

Calls 4

run_syncMethod · 0.80
closeMethod · 0.45
stopMethod · 0.45
tearDownMethod · 0.45

Tested by

no test coverage detected