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

Method setUp

python/python3/tornado/test/log_test.py:133–138  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

131
132class EnablePrettyLoggingTest(unittest.TestCase):
133 def setUp(self):
134 super().setUp()
135 self.options = OptionParser()
136 define_logging_options(self.options)
137 self.logger = logging.Logger("tornado.test.log_test.EnablePrettyLoggingTest")
138 self.logger.propagate = False
139
140 def test_log_file(self):
141 tmpdir = tempfile.mkdtemp()

Callers

nothing calls this directly

Calls 3

OptionParserClass · 0.90
define_logging_optionsFunction · 0.90
setUpMethod · 0.45

Tested by

no test coverage detected