(cls)
| 147 | class 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 |