python-tls / tls

A pure Python implementation of the Transport Layer Security protocol version 1.2, using existing libraries for crypto math.
Other
163 stars 44 forks source link

Eliminate checker pragmas #108

Open markrwilliams opened 7 years ago

markrwilliams commented 7 years ago

I'd like it if tls didn't contain any # pragma: no cover or # noqa comments.

This would mean our construct helpers would have to be renamed.