MCPcopy Index your code
hub / github.com/RustPython/RustPython / setUp

Method setUp

Lib/test/test_logging.py:1938–1942  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1936 server_class = TestUnixStreamServer
1937
1938 def setUp(self):
1939 # override the definition in the base class
1940 self.address = socket_helper.create_unix_domain_name()
1941 self.addCleanup(os_helper.unlink, self.address)
1942 SocketHandlerTest.setUp(self)
1943
1944@support.requires_working_socket()
1945@threading_helper.requires_working_threading()

Callers

nothing calls this directly

Calls 2

addCleanupMethod · 0.80
setUpMethod · 0.45

Tested by

no test coverage detected