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 brett.cannon
Recipients amaury.forgeotdarc, brett.cannon
Date 2008-01-29.20:52:24
SpamBayes Score 0.021594232
Marked as misclassified No
Message-id <bbaeab100801291252s13d47fb4ib05093f365ecb69f@mail.gmail.com>
In-reply-to <1201638265.02.0.358218374589.issue1935@psf.upfronthosting.co.za>
Content
On Jan 29, 2008 12:24 PM, Amaury Forgeot d'Arc <report@bugs.python.org> wrote:
>
> Amaury Forgeot d'Arc added the comment:
>
> Did he misunderstand the last comment in this post of yours?
> http://code.google.com/p/google-highly-open-participation-psf/issues/detail?id=291#c24

Ah, I see what you mean.

So docstrings are not used in testing methods because unittest outputs
those as the name of the test and they are not always useful. The
convention is to make them comments instead and let the method test
name be what unittest outputs.
History
Date User Action Args
2008-01-29 20:52:25brett.cannonsetspambayes_score: 0.0215942 -> 0.021594232
recipients: + brett.cannon, amaury.forgeotdarc
2008-01-29 20:52:24brett.cannonlinkissue1935 messages
2008-01-29 20:52:24brett.cannoncreate