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 gregory.p.smith
Recipients giampaolo.rodola, gregory.p.smith, janssen, lcatucci, vstinner
Date 2009-02-02.18:19:52
SpamBayes Score 0.00516958
Marked as misclassified No
Message-id <1233598794.36.0.728892103695.issue4471@psf.upfronthosting.co.za>
In-reply-to
Content
For network tests like this where it is useful to test against external 
servers, could we just pick few known external servers that are unlikely 
to every go away?

imap.gmail.com:993 for instance?  (i don't know enough about imap to 
know if it supports what we need to test, I'll leave that up to you to 
determine :)

Picking another host or two from other big ISPs would also be wise in 
order to test multiple server implementations.

Once that is done, the tests that connect to external servers should be 
put in their own file marked as requiring the network resource.  Similar 
to how its done in Lib/test/test_urllib2net.py.
History
Date User Action Args
2009-02-02 18:19:54gregory.p.smithsetrecipients: + gregory.p.smith, janssen, vstinner, giampaolo.rodola, lcatucci
2009-02-02 18:19:54gregory.p.smithsetmessageid: <1233598794.36.0.728892103695.issue4471@psf.upfronthosting.co.za>
2009-02-02 18:19:52gregory.p.smithlinkissue4471 messages
2009-02-02 18:19:52gregory.p.smithcreate