Peter Donis <peterdo...@alum.mit.edu> added the comment:

Updated patch to ensure that tests pass when the -v flag is set running the 
test suite. This is done by having the helper script, doctest_testfile.py, call 
doctest.testfile with verbose=False to ensure there is no output if the test 
passes (which is what the master test_doctest script expects) even if the -v 
flag is set on the command line.

----------
Added file: http://bugs.python.org/file26508/doctest-fixes8-py3k.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1812>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to