Home | History | Annotate | Download | only in test

Lines Matching defs:badstr

479         class badstr(str):
482 self.assertRaises(ValueError, filter, lambda x: x >="3", badstr("1234"))
504 self.assertRaises(ValueError, filter, lambda x: x >="3", badstr(unicode("1234")))