Home | History | Annotate | Download | only in test

Lines Matching defs:badstr

532         class badstr(str):
535 self.assertRaises(ValueError, filter, lambda x: x >="3", badstr("1234"))
557 self.assertRaises(ValueError, filter, lambda x: x >="3", badstr(unicode("1234")))