Lines Matching refs:pytest

31 import pytest
41 @pytest.fixture(autouse=True, scope='class')
47 @pytest.fixture(autouse=True, scope='function')
63 @pytest.mark.parametrize("tls_max", ['1.2', '1.3'])
75 pytest.skip('BearSSL does not support TLSv1.3')
78 pytest.skip('mbedtls TLSv1.3 session resume not working in 3.6.0')
104 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
107 pytest.skip("h3 not supported")
119 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
122 pytest.skip("h3 not supported")
141 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
144 pytest.skip("BearSSL does not support cert verification with IP addresses")
146 pytest.skip("mbedTLS does use IP addresses in SNI")
148 pytest.skip("h3 not supported")
160 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
163 pytest.skip("h3 not supported")
198 …@pytest.mark.parametrize("tls_proto, ciphers13, ciphers12, succeed13, succeed12", gen_test_17_07_l…
215 pytest.skip('GnuTLS does not support setting ciphers')
218 pytest.skip('BoringSSL does not support setting TLSv1.3 ciphers')
221 pytest.skip('Schannel does not support setting TLSv1.2 ciphers by name')
224 pytest.skip('BearSSL does not support TLSv1.3')
228 pytest.skip('mbedTLS < 3.6.0 does not support TLSv1.3')
231 pytest.skip('Secure Transport does not support TLSv1.3')
250 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
253 pytest.skip("h3 not supported")
257 pytest.skip("TLS library does not support --cert-status")
274 @pytest.mark.parametrize("tls_proto, max_ver, min_ver", gen_test_17_09_list())
319 pytest.skip("h3 not supported")
323 pytest.skip("QUIC session reuse not implemented")
329 pytest.skip(f'example client not built: {client.name}')
346 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
349 pytest.skip("h3 not supported")
357 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
360 pytest.skip("h3 not supported")