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

Method tearDownClass

Lib/test/test_tools/test_msgfmt.py:149–152  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

147class POParserTest(unittest.TestCase):
148 @classmethod
149 def tearDownClass(cls):
150 # msgfmt uses a global variable to store messages,
151 # clear it after the tests.
152 msgfmt.MESSAGES.clear()
153
154 def test_strings(self):
155 # Test that the PO parser correctly handles and unescape

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected