Home | History | Annotate | Download | only in test

Lines Matching refs:UnicodeError

621             self.assertRaises(UnicodeError, getattr, sys, unichr(sys.maxunicode))
629 self.assertRaises(UnicodeError, hasattr, sys, unichr(sys.maxunicode))