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

Method setUp

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

Source from the content-addressed store, hash-verified

6182 "Base class for handler tests that write log files"
6183
6184 def setUp(self):
6185 BaseTest.setUp(self)
6186 self.fn = make_temp_file(".log", "test_logging-2-")
6187 self.rmfiles = []
6188
6189 def tearDown(self):
6190 for fn in self.rmfiles:

Callers

nothing calls this directly

Calls 2

make_temp_fileFunction · 0.85
setUpMethod · 0.45

Tested by

no test coverage detected