Lines Matching refs:pytest
29 import pytest
39 @pytest.fixture(autouse=True, scope='class')
46 @pytest.fixture(autouse=True, scope='class')
54 @pytest.mark.skipif(condition=not Env.tcpdump(), reason="tcpdump not available")
55 @pytest.mark.parametrize("proto", ['http/1.1'])
58 pytest.skip("seems not to work in CI")
69 @pytest.mark.skipif(condition=not Env.tcpdump(), reason="tcpdump not available")
70 @pytest.mark.parametrize("proto", ['http/1.1', 'h2'])
73 pytest.skip('only works for curl debug builds')
87 @pytest.mark.parametrize("proto", ['http/1.1'])
90 pytest.skip('only works for curl debug builds')
106 @pytest.mark.parametrize("proto", ['http/1.1'])
109 pytest.skip('only works for curl debug builds')
118 pytest.skip(f'example client not built: {client.name}')
129 @pytest.mark.parametrize("proto", ['http/1.1'])
132 pytest.skip('only works for curl debug builds')
157 @pytest.mark.parametrize("proto", ['h2', 'h3'])
160 pytest.skip("h3 not supported")
162 pytest.skip('only works for curl debug builds')