Martin v. Löwis <mar...@v.loewis.de> added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8629>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to