(self)
| 738 | raise |
| 739 | |
| 740 | def test_weird_metadata(self): |
| 741 | info = self.t.info() |
| 742 | self.assertEqual(len(info), 9) |
| 743 | self.assertEqual(info['last-translator'], |
| 744 | 'John Doe <jdoe@example.com>\nJane Foobar <jfoobar@example.com>') |
| 745 | |
| 746 | |
| 747 | class DummyGNUTranslations(gettext.GNUTranslations): |
nothing calls this directly
no test coverage detected