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 errebepe
Recipients
Date 2007-05-30.19:42:21
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
True, I couldn't find many tests with docstrings either (though there are a few: find -name test_\*.py -exec egrep -nHB1 '^\s*"""' {} \; | grep -C1 'def test_' | less). On the other hand, most test names are somewhat descriptive of what they are testing. I think a brief description, either in a docstring or in a regular comment (which are common in existing tests), would be helpful to anyone reading it later.

As for the rest, great! Thanks for the patch and for the quick response :)
History
Date User Action Args
2007-08-23 15:58:29adminlinkissue1720897 messages
2007-08-23 15:58:29admincreate