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 pdonis
Recipients BreamoreBoy, belopolsky, pdonis
Date 2012-07-25.03:44:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343187878.68.0.568250834959.issue1812@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-07-25 03:44:39pdonissetrecipients: + pdonis, belopolsky, BreamoreBoy
2012-07-25 03:44:38pdonissetmessageid: <1343187878.68.0.568250834959.issue1812@psf.upfronthosting.co.za>
2012-07-25 03:44:38pdonislinkissue1812 messages
2012-07-25 03:44:37pdoniscreate