Lines Matching refs:pytest

32 import pytest
40 @pytest.mark.skipif(condition=not Env.has_caddy(), reason="missing caddy")
41 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
44 @pytest.fixture(autouse=True, scope='class')
61 @pytest.fixture(autouse=True, scope='class')
71 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
74 pytest.skip("h3 not supported in curl")
76 pytest.skip("msh3 itself crashes")
83 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
87 pytest.skip("h3 not supported in curl")
89 pytest.skip("msh3 itself crashes")
97 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
101 pytest.skip("h3 not supported in curl")
103 pytest.skip("msh3 itself crashes")
118 @pytest.mark.skipif(condition=Env().slow_network, reason="not suitable for slow network tests")
119 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
120 @pytest.mark.parametrize("proto", ['h2', 'h3'])
124 pytest.skip("h3 not supported in curl")
126 pytest.skip("msh3 itself crashes")
134 @pytest.mark.skipif(condition=Env().slow_network, reason="not suitable for slow network tests")
135 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
136 @pytest.mark.parametrize("proto", ['h2', 'h3'])
140 pytest.skip("h3 not supported in curl")
142 pytest.skip("msh3 itself crashes")
150 @pytest.mark.skipif(condition=Env().slow_network, reason="not suitable for slow network tests")
151 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
152 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
156 pytest.skip("h3 not supported in curl")
158 pytest.skip("msh3 itself crashes")
160 pytest.skip("mbedtls 3.6.0 fails on 50 connections with: "\
176 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
179 pytest.skip("h3 not supported")
181 pytest.skip("msh3 stalls here")
195 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
198 pytest.skip("h3 not supported")
200 pytest.skip("msh3 stalls here")
213 @pytest.mark.parametrize("proto", ['http/1.1', 'h2'])
220 pytest.skip(f'example client not built: {client.name}')