This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients Devin Jeanpierre, belopolsky
Date 2011-04-07.20:09:17
SpamBayes Score 0.00036347067
Marked as misclassified No
Message-id <1302206957.95.0.599440521942.issue11791@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-04-07 20:09:18belopolskysetrecipients: + belopolsky, Devin Jeanpierre
2011-04-07 20:09:17belopolskysetmessageid: <1302206957.95.0.599440521942.issue11791@psf.upfronthosting.co.za>
2011-04-07 20:09:17belopolskylinkissue11791 messages
2011-04-07 20:09:17belopolskycreate