[issue11791] python -m doctest has a -v flag that it ignores

Alexander Belopolsky report at bugs.python.org
Thu Apr 7 22:09:17 CEST 2011


Alexander Belopolsky <belopolsky at 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 <report at bugs.python.org>
<http://bugs.python.org/issue11791>
_______________________________________


More information about the Python-bugs-list mailing list