pyopenssl icon indicating copy to clipboard operation
pyopenssl copied to clipboard

Parametrize the TLS method used in tests

Open reaperhulk opened this issue 7 years ago • 0 comments

Our experience with pyOpenSSL + TLS 1.3 beta testing suggests that testing a broader set of TLS versions is valuable. We can do that by using pytest.mark.parametrize on tests we want to run with multiple TLS methods.

reaperhulk avatar May 16 '18 15:05 reaperhulk