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 loewis
Recipients Arfrever, giampaolo.rodola, janssen, loewis, pitrou
Date 2010-05-05.19:56:13
SpamBayes Score 0.002669764
Marked as misclassified No
Message-id <4BE1CD5B.5050507@v.loewis.de>
In-reply-to <1273086956.3499.9.camel@localhost.localdomain>
Content
> I agree that these tests are more integration tests than unit tests;
> however, they are useful in exercising the code and options we provide
> (otherwise we wouldn't know whether e.g. PROTOCOL_TLSv1 really does what
> it claims to do).

I don't think the test actually achieves that, as we are testing against
our own implementation (IIUC). To be sure that this really triggers the
right bytes on the wire, we would have to test against an independent
TLS implementation.
History
Date User Action Args
2010-05-05 19:56:15loewissetrecipients: + loewis, janssen, pitrou, giampaolo.rodola, Arfrever
2010-05-05 19:56:13loewislinkissue8629 messages
2010-05-05 19:56:13loewiscreate