Home | History | Annotate | Download | only in unittest2

Lines Matching refs:errors

418         """Run the test without collecting errors in a TestResult"""
917 errors = []
919 errors.append('Expected, but missing:\n %s' %
922 errors.append('Unexpected, but present:\n %s' %
924 if errors:
925 standardMsg = '\n'.join(errors)