Home | History | Annotate | Download | only in python2.7

Lines Matching refs:DocTestFailure

76     'DocTestFailure',
1644 class DocTestFailure(Exception):
1711 If the output doesn't match, then a DocTestFailure is raised:
1721 ... except DocTestFailure, failure:
1724 DocTestFailure objects provide access to the test:
1783 raise DocTestFailure(test, example, got)
2250 If the output doesn't match, then a DocTestFailure is raised:
2261 ... except DocTestFailure, failure:
2264 DocTestFailure objects provide access to the test: