Home | History | Annotate | Download | only in test

Lines Matching defs:badstr

530         class badstr(str):

533 self.assertRaises(ValueError, filter, lambda x: x >="3", badstr("1234"))
555 self.assertRaises(ValueError, filter, lambda x: x >="3", badstr(unicode("1234")))