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 nnorwitz
Recipients
Date 2007-06-01.07:29:51
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Test methods shouldn't have docstrings.  They screw up the output when running regrtest in verbose mode.

Thanks for the patch!

This patch failed when running under regrtest (./python -E -tt ./Lib/test/regrtest.py test_distuils) due to output from the distutils command.  I just replaced stdout and everything worked.

I modified it a bit (made test method name more descriptive and simplified logic a bit).  Let me know if I screwed anything up.  This still needs to be backported.  I'll do it tomorrow unless someone else gets to it first.

Committed revision 55731. (2.6)

History
Date User Action Args
2007-08-23 15:58:29adminlinkissue1720897 messages
2007-08-23 15:58:29admincreate