Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:

Why do you say "doctest doesn't use a -v option"?

Compare

$ python -m doctest Lib/doctest.py 

and

$ python -m doctest -v Lib/doctest.py 
Trying:
    runner = DebugRunner(verbose=False)
Expecting nothing
ok
...
66 tests in 112 items.
66 passed and 0 failed.
Test passed.

----------
nosy: +belopolsky

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

Reply via email to