Home | History | Annotate | Download | only in test

Lines Matching refs:theirexceptions

367         theirexceptions = [self.ErrorNames[x.lower()] for x in exceptions]
371 for exception in theirexceptions:
385 for error in theirexceptions:
405 for error in theirexceptions:
419 ordered_errors = [e for e in OrderedSignals[self.decimal] if e in theirexceptions]
451 theirexceptions.sort(key=repr)
456 self.assertEqual(myexceptions, theirexceptions,