mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Include module name in doctest summary.
This commit is contained in:
parent
627728acbc
commit
1ba24b4fbb
1 changed files with 1 additions and 1 deletions
|
@ -288,5 +288,5 @@ def run_doctest(module, verbosity=None):
|
|||
finally:
|
||||
sys.stdout = save_stdout
|
||||
if verbose:
|
||||
print 'Ran %d doctests with zero failures' % (t,)
|
||||
print 'doctest (%s) ... %d tests with zero failures' % (module.__name__, t)
|
||||
return f, t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue