• Home
  • Raw
  • Download

Lines Matching full:pytest

32 import pytest
42 @pytest.fixture(autouse=True, scope='class')
55 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
58 pytest.skip("h3 not supported")
60 pytest.skip("msh3 fails here")
70 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
73 pytest.skip("h3 not supported")
75 pytest.skip("msh3 fails here")
86 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
89 pytest.skip("h3 not supported")
91 pytest.skip("msh3 stalls here")
103 @pytest.mark.parametrize("proto", ['h2', 'h3'])
106 pytest.skip("h3 not supported")
108 pytest.skip("msh3 stalls here")
122 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
125 pytest.skip("h3 not supported")
127 pytest.skip("msh3 stalls here")
141 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
144 pytest.skip("h3 not supported")
146 pytest.skip("msh3 stalls here")
159 @pytest.mark.parametrize("proto", ['h2', 'h3'])
162 pytest.skip("h3 not supported")
164 pytest.skip("msh3 stalls here")
178 @pytest.mark.parametrize("proto", ['h2', 'h3'])
181 pytest.skip("h3 not supported")
183 pytest.skip("msh3 stalls here")
195 @pytest.mark.parametrize("proto", ['h2', 'h3'])
198 pytest.skip("h3 not supported")
200 pytest.skip("msh3 stalls here")
212 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
215 pytest.skip("h3 not supported")
217 pytest.skip("msh3 fails here")
232 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
235 pytest.skip("h3 not supported")
237 pytest.skip("msh3 fails here")
252 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
255 pytest.skip("h3 not supported")
257 pytest.skip("msh3 fails here")
345 @pytest.mark.parametrize("redir", ['301', '302', '303'])
346 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
349 pytest.skip("h3 not supported")
351 pytest.skip("msh3 fails here")
363 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
366 pytest.skip("h3 not supported")
368 pytest.skip("msh3 fails here")
380 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
383 pytest.skip("h3 not supported")
385 pytest.skip("msh3 fails here")
394 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
397 pytest.skip("h3 not supported")
399 pytest.skip("msh3 fails here")
412 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
415 pytest.skip("h3 not supported")
417 pytest.skip("msh3 fails here")
434 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
437 pytest.skip("h3 not supported")
439 pytest.skip("msh3 fails here")
441 pytest.skip("quiche has CWND issues with large requests")
469 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
472 pytest.skip("h3 not supported")
474 pytest.skip("msh3 fails here")
477 pytest.skip(f'example client not built: {client.name}')
483 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
486 pytest.skip("h3 not supported")
503 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
506 pytest.skip("h3 not supported")
521 @pytest.mark.parametrize("proto", ['http/1.1'])
534 @pytest.mark.parametrize("proto", ['http/1.1'])