MCPcopy Index your code
hub / github.com/python/cpython / tearDown

Method tearDown

Lib/test/test_syslog.py:16–17  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

14class Test(unittest.TestCase):
15
16 def tearDown(self):
17 syslog.closelog()
18
19 def test_openlog(self):
20 syslog.openlog('python')

Callers 1

setUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected