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

Method setUp

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

Source from the content-addressed store, hash-verified

887)
888class UnixSocketTestAbstract(UnixSocketTest):
889 def setUp(self):
890 self.address = "\0" + uuid.uuid4().hex
891 super().setUp()
892
893
894class KeepAliveTest(AsyncHTTPTestCase):

Callers

nothing calls this directly

Calls 1

setUpMethod · 0.45

Tested by

no test coverage detected