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

Method test_weird_metadata

Lib/test/test_gettext.py:740–744  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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
747class DummyGNUTranslations(gettext.GNUTranslations):

Callers

nothing calls this directly

Calls 2

infoMethod · 0.45
assertEqualMethod · 0.45

Tested by

no test coverage detected