Home | History | Annotate | Download | only in test

Lines Matching full:testrepr

109             testrepr = repr(u''.join(map(unichr, xrange(256))))
110 self.assertEqual(testrepr, latin1repr)