Lines Matching refs:Env
31 from testenv import Env, CurlClient, ExecResult
37 @pytest.mark.skipif(condition=Env.setup_incomplete(),
61 def test_13_01_proxy_no_auth(self, env: Env, httpd, repeat): argument
69 def test_13_02_proxy_auth(self, env: Env, httpd, repeat): argument
78 @pytest.mark.skipif(condition=not Env.curl_has_feature('HTTPS-proxy'),
80 @pytest.mark.skipif(condition=not Env.have_nghttpx(), reason="no nghttpx available")
81 def test_13_03_proxys_no_auth(self, env: Env, httpd, nghttpx_fwd, repeat): argument
89 @pytest.mark.skipif(condition=not Env.curl_has_feature('HTTPS-proxy'),
91 @pytest.mark.skipif(condition=not Env.have_nghttpx(), reason="no nghttpx available")
92 def test_13_04_proxys_auth(self, env: Env, httpd, nghttpx_fwd, repeat): argument
101 def test_13_05_tunnel_http_no_auth(self, env: Env, httpd, repeat): argument
110 def test_13_06_tunnel_http_auth(self, env: Env, httpd, repeat): argument
119 @pytest.mark.skipif(condition=not Env.have_nghttpx(), reason="no nghttpx available")
120 @pytest.mark.skipif(condition=not Env.curl_has_feature('HTTPS-proxy'),
124 def test_13_07_tunnels_no_auth(self, env: Env, httpd, proto, tunnel, repeat): argument
137 @pytest.mark.skipif(condition=not Env.have_nghttpx(), reason="no nghttpx available")
138 @pytest.mark.skipif(condition=not Env.curl_has_feature('HTTPS-proxy'),
142 def test_13_08_tunnels_auth(self, env: Env, httpd, proto, tunnel, repeat): argument