Lines Matching refs:pytest
29 import pytest
37 @pytest.mark.skipif(condition=Env().slow_network, reason="not suitable for slow network tests")
38 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
41 @pytest.fixture(autouse=True, scope='class')
49 @pytest.mark.parametrize("proto", ['http/1.1', 'h2', 'h3'])
53 pytest.skip("h3 not supported")
65 @pytest.mark.parametrize("proto", ['h2', 'h3'])
69 pytest.skip("h3 not supported")
88 @pytest.mark.parametrize("proto", ['h2', 'h3'])
91 pytest.skip("h3 not supported")
110 @pytest.mark.parametrize("proto", ['h2', 'h3'])
113 pytest.skip("h3 not supported")