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 orsenthil
Recipients eric.araujo, ezio.melotti, haggholm, orsenthil, python-dev, r.david.murray
Date 2011-07-23.10:46:54
SpamBayes Score 6.2171475e-06
Marked as misclassified No
Message-id <20110723104639.GB2464@mathmagic>
In-reply-to <E1QkZfp-000463-5x@dinsdale.python.org>
Content
Thanks a lot for the patch, Petter Haggholm.

I was initially hesitant to have separate tests for functions/methods
which are helper functions and not necessarily have documented api.
My thought was that those should be tested as part of the public api.

But once I tried coverage report on the module and saw that
unexercised parts, I thought your current patch does indeed a lot of
value. Aiming for a 100% test coverage of module is always a joy!. :)
History
Date User Action Args
2011-07-23 10:46:55orsenthilsetrecipients: + orsenthil, ezio.melotti, eric.araujo, r.david.murray, python-dev, haggholm
2011-07-23 10:46:55orsenthillinkissue12581 messages
2011-07-23 10:46:54orsenthilcreate