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 chasonr
Recipients chasonr, christian.heimes, janssen
Date 2008-01-28.02:59:33
SpamBayes Score 0.03992843
Marked as misclassified No
Message-id <1201489174.59.0.580429992019.issue1926@psf.upfronthosting.co.za>
In-reply-to
Content
It seems that I, or whoever writes any future test_nntplib.py, would
have to understand how existing tests such as test_smtplib.py work.  It
looks like that one is setting up some kind of miniature mail server and
accepting a connection on localhost -- neat trick, binding a server
socket to port 0 so it still works if you have a real mail server running.

Anyway, getting good coverage isn't something I can bang out in an
afternoon.  Class NNTPBase and its derivatives (I'm talking post-patch
of course) have lots of methods and I want to cover them as well as
possible.
History
Date User Action Args
2008-01-28 02:59:34chasonrsetspambayes_score: 0.0399284 -> 0.03992843
recipients: + chasonr, janssen, christian.heimes
2008-01-28 02:59:34chasonrsetspambayes_score: 0.0399284 -> 0.0399284
messageid: <1201489174.59.0.580429992019.issue1926@psf.upfronthosting.co.za>
2008-01-28 02:59:34chasonrlinkissue1926 messages
2008-01-28 02:59:33chasonrcreate