Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Ddoctest.py75 'DocTestRunner',
116 # - DocTestRunner: runs DocTest cases, and accumulates statistics.
122 # |object| --DocTestFinder-> | DocTest | --DocTestRunner-> |results|
470 DocTestRunner's optionflags). By default, no options are set.
1143 class DocTestRunner: class
1151 >>> runner = DocTestRunner(verbose=False)
1195 can be also customized by subclassing DocTestRunner, and
1297 with one of the `DocTestRunner.report_*` methods, using the
1457 `DocTestRunner.check_output`, and the results are formatted by
1458 the `DocTestRunner
[all...]
/third_party/python/Lib/test/
H A Dtest_zipimport_support.py38 runner = doctest.DocTestRunner(verbose=verbose)

Completed in 3 milliseconds