Searched defs:DocTestRunner (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Ddoctest.py74 'DocTestRunner',
112 # - DocTestRunner: runs DocTest cases, and accumulates statistics.
118 # |object| --DocTestFinder-> | DocTest | --DocTestRunner-> |results|
460 DocTestRunner's optionflags). By default, no options are set.
1106 class DocTestRunner: class in inherits:
1114 >>> runner = DocTestRunner(verbose=False)
1158 can be also customized by subclassing DocTestRunner, and
1260 with one of the `DocTestRunner.report_*` methods, using the
1421 `DocTestRunner.check_output`, and the results are formatted by
1422 the `DocTestRunner
[all...]
/external/python/cpython3/Lib/
H A Ddoctest.py75 'DocTestRunner',
117 # - DocTestRunner: runs DocTest cases, and accumulates statistics.
123 # |object| --DocTestFinder-> | DocTest | --DocTestRunner-> |results|
463 DocTestRunner's optionflags). By default, no options are set.
1121 class DocTestRunner: class in inherits:
1129 >>> runner = DocTestRunner(verbose=False)
1173 can be also customized by subclassing DocTestRunner, and
1275 with one of the `DocTestRunner.report_*` methods, using the
1435 `DocTestRunner.check_output`, and the results are formatted by
1436 the `DocTestRunner
[all...]

Completed in 1814 milliseconds