Lines Matching full:pytest
32 import pytest
42 @pytest.fixture(autouse=True, scope='class')
49 @pytest.fixture(autouse=True, scope='class')
59 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
62 pytest.skip("h3 not supported")
69 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
72 pytest.skip("h3 not supported")
79 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
83 pytest.skip("h3 not supported")
90 @pytest.mark.parametrize("proto", ['h2', 'h3'])
94 pytest.skip("h3 not supported")
110 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
114 pytest.skip("h3 not supported")
116 pytest.skip("msh3 shaky here")
130 @pytest.mark.parametrize("proto", ['h2', 'h3'])
134 pytest.skip("h3 not supported")
145 @pytest.mark.parametrize("proto", ['h2', 'h3'])
149 pytest.skip("h3 not supported")
164 @pytest.mark.parametrize("proto", ['http/1.1'])
168 pytest.skip("wolfssl session reuse borked")
180 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
184 pytest.skip("h3 not supported")
191 @pytest.mark.parametrize("proto", ['h2', 'h3'])
195 pytest.skip("h3 not supported")
204 @pytest.mark.skipif(condition=Env().slow_network, reason="not suitable for slow network tests")
205 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
206 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
210 pytest.skip("h3 not supported")
217 @pytest.mark.skipif(condition=Env().slow_network, reason="not suitable for slow network tests")
218 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
219 @pytest.mark.parametrize("proto", ['h2', 'h3'])
223 pytest.skip("h3 not supported")
225 pytest.skip("msh3 stalls here")
234 @pytest.mark.parametrize("proto", ['h2', 'h3'])
238 pytest.skip("h3 not supported")
247 @pytest.mark.parametrize("proto", ['h2'])
251 pytest.skip("h3 not supported")
260 @pytest.mark.parametrize("proto", ['h2', 'h3'])
263 pytest.skip("h3 not supported")
265 pytest.skip("msh3 stalls here")
274 @pytest.mark.parametrize("proto", ['h2', 'h3'])
277 pytest.skip("h3 not supported")
279 pytest.skip("msh3 stalls here")
288 @pytest.mark.skipif(condition=Env().slow_network, reason="not suitable for slow network tests")
289 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
304 pytest.skip(f'H2MaxDataFrameLen not supported')
323 @pytest.mark.parametrize("pause_offset", [0, 10*1024, 100*1023, 640000])
324 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
327 pytest.skip("h3 not supported")
333 pytest.skip(f'example client not built: {client.name}')
342 @pytest.mark.parametrize("pause_offset", [100*1023])
343 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
346 pytest.skip("h3 not supported")
353 pytest.skip(f'example client not built: {client.name}')
363 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
366 pytest.skip("h3 not supported")
368 pytest.skip('OpenSSL QUIC fails here')
370 pytest.skip("fails in CI, but works locally for unknown reasons")
383 pytest.skip(f'example client not built: {client.name}')
394 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
397 pytest.skip("h3 not supported")
399 pytest.skip('OpenSSL QUIC fails here')
401 pytest.skip("fails in CI, but works locally for unknown reasons")
414 pytest.skip(f'example client not built: {client.name}')
425 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
428 pytest.skip("h3 not supported")
430 pytest.skip('OpenSSL QUIC fails here')
432 pytest.skip("fails in CI, but works locally for unknown reasons")
445 pytest.skip(f'example client not built: {client.name}')
456 @pytest.mark.parametrize("proto", ['h2', 'h3'])
459 pytest.skip("h3 not supported")
478 pytest.skip('CI workflows timeout on bearssl build')
482 pytest.skip(f'example client not built: {client.name}')
488 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
493 pytest.skip(f'example client not built: {client.name}')
498 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
507 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
516 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
524 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
527 pytest.skip("h3 not supported")
551 @pytest.mark.parametrize("pause_offset", [0, 10*1024, 100*1023, 640000])
552 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
559 pytest.skip(f'example client not built: {client.name}')