Lines Matching refs:pytest
29 import pytest
39 @pytest.fixture(autouse=True, scope='class')
48 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
51 pytest.skip("h3 not supported")
58 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
61 pytest.skip("h3 not supported")
70 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
73 pytest.skip("h3 not supported")
83 @pytest.mark.parametrize("proto", ['h2', 'h3'])
86 pytest.skip("h3 not supported")
100 @pytest.mark.parametrize("proto", ['h2', 'h3'])
103 pytest.skip("h3 not supported")
106 pytest.skip("quiche/openssl-quic have problems with large requests")
120 @pytest.mark.parametrize("proto", ['h2', 'h3'])
123 pytest.skip("h3 not supported")
126 pytest.skip("quiche has problems with large requests")