Home
last modified time | relevance | path

Searched refs:DocTestFailure (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/
H A Ddoctest.py77 'DocTestFailure',
1729 class DocTestFailure(Exception): class
1796 If the output doesn't match, then a DocTestFailure is raised:
1806 ... except DocTestFailure as f:
1809 DocTestFailure objects provide access to the test:
1868 raise DocTestFailure(test, example, got)
2271 If the output doesn't match, then a DocTestFailure is raised:
2282 ... except DocTestFailure as f:
2285 DocTestFailure objects provide access to the test:

Completed in 4 milliseconds