Lines Matching refs:pytest

34 import pytest
44 @pytest.fixture(autouse=True, scope='class')
51 @pytest.fixture(autouse=True, scope='class')
61 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
64 pytest.skip("h3 not supported")
71 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
74 pytest.skip("h3 not supported")
81 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
85 pytest.skip("h3 not supported")
93 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
97 pytest.skip("h3 not supported")
114 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
118 pytest.skip("h3 not supported")
120 pytest.skip("msh3 shaky here")
134 @pytest.mark.parametrize("proto", ['h2', 'h3'])
138 pytest.skip("h3 not supported")
149 @pytest.mark.parametrize("proto", ['h2', 'h3'])
153 pytest.skip("h3 not supported")
168 @pytest.mark.parametrize("proto", ['http/1.1'])
182 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
186 pytest.skip("h3 not supported")
193 @pytest.mark.parametrize("proto", ['h2', 'h3'])
197 pytest.skip("h3 not supported")
206 @pytest.mark.skipif(condition=Env().slow_network, reason="not suitable for slow network tests")
207 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
208 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
212 pytest.skip("h3 not supported")
219 @pytest.mark.skipif(condition=Env().slow_network, reason="not suitable for slow network tests")
220 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
221 @pytest.mark.parametrize("proto", ['h2', 'h3'])
225 pytest.skip("h3 not supported")
227 pytest.skip("msh3 stalls here")
236 @pytest.mark.parametrize("proto", ['h2', 'h3'])
240 pytest.skip("h3 not supported")
249 @pytest.mark.parametrize("proto", ['h2'])
253 pytest.skip("h3 not supported")
262 @pytest.mark.parametrize("proto", ['h2', 'h3'])
265 pytest.skip("h3 not supported")
267 pytest.skip("msh3 stalls here")
278 @pytest.mark.parametrize("proto", ['h2', 'h3'])
281 pytest.skip("h3 not supported")
283 pytest.skip("msh3 stalls here")
294 @pytest.mark.skipif(condition=Env().slow_network, reason="not suitable for slow network tests")
309 pytest.skip('H2MaxDataFrameLen not supported')
328 @pytest.mark.parametrize("pause_offset", [0, 10*1024, 100*1023, 640000])
329 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
332 pytest.skip("h3 not supported")
338 pytest.skip(f'example client not built: {client.name}')
347 @pytest.mark.parametrize("pause_offset", [100*1023])
348 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
351 pytest.skip("h3 not supported")
358 pytest.skip(f'example client not built: {client.name}')
368 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
371 pytest.skip("h3 not supported")
373 pytest.skip('OpenSSL QUIC fails here')
375 pytest.skip("fails in CI, but works locally for unknown reasons")
386 pytest.skip(f'example client not built: {client.name}')
397 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
400 pytest.skip("h3 not supported")
402 pytest.skip('OpenSSL QUIC fails here')
404 pytest.skip("fails in CI, but works locally for unknown reasons")
415 pytest.skip(f'example client not built: {client.name}')
426 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
429 pytest.skip("h3 not supported")
431 pytest.skip('OpenSSL QUIC fails here')
433 pytest.skip("fails in CI, but works locally for unknown reasons")
444 pytest.skip(f'example client not built: {client.name}')
455 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
458 pytest.skip("h3 not supported")
478 pytest.skip(f'example client not built: {client.name}')
484 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
489 pytest.skip(f'example client not built: {client.name}')
494 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
503 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
512 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
520 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
523 pytest.skip("h3 not supported")
547 @pytest.mark.parametrize("pause_offset", [0, 10*1024, 100*1023, 640000])
548 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
555 pytest.skip(f'example client not built: {client.name}')
588 @pytest.mark.skipif(condition=not Env.have_nghttpx(), reason="no nghttpx")
589 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
592 pytest.skip('TLS earlydata only implemented in GnuTLS')
594 pytest.skip("h3 not supported")
605 pytest.skip(f'example client not built: {client.name}')