Exemplo n.º 1
0
 def test_unicode_string_parse_from_string(self):
     message = Test.FromString(b'\x1a\x08\xce\x91\xce\x92\xce\x93\xce\x94')
     self.assertEqual(message.string_field, GREEK_LETTERS)