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

Method setUp

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

Source from the content-addressed store, hash-verified

872)
873class UnixSocketTestFile(UnixSocketTest):
874 def setUp(self):
875 self.tmpdir = tempfile.mkdtemp()
876 self.address = os.path.join(self.tmpdir, "test.sock")
877 super().setUp()
878
879 def tearDown(self):
880 super().tearDown()

Callers

nothing calls this directly

Calls 2

joinMethod · 0.80
setUpMethod · 0.45

Tested by

no test coverage detected