Lines Matching refs:pytest
28 import pytest
36 @pytest.mark.skipif(condition=not Env.httpd_is_at_least('2.4.55'),
40 @pytest.fixture(autouse=True, scope='class')
48 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
52 pytest.skip("h3 not supported")
54 pytest.skip("msh3 stalls here")
71 @pytest.mark.parametrize("proto", ['h2', 'h3'])
75 pytest.skip("h3 not supported")
77 pytest.skip("msh3 stalls here")
119 @pytest.mark.parametrize("proto", ['http/1.0', 'http/1.1', 'h2'])
122 pytest.skip("h3 not supported")