Lines Matching refs:env
42 def _class_scope(self, env, httpd, nghttpx_fwd): argument
43 if env.have_nghttpx():
61 def test_13_01_proxy_no_auth(self, env: Env, httpd, repeat):
62 curl = CurlClient(env=env)
69 def test_13_02_proxy_auth(self, env: Env, httpd, repeat):
70 curl = CurlClient(env=env)
81 def test_13_03_proxys_no_auth(self, env: Env, httpd, nghttpx_fwd, repeat):
82 curl = CurlClient(env=env)
92 def test_13_04_proxys_auth(self, env: Env, httpd, nghttpx_fwd, repeat):
93 curl = CurlClient(env=env)
101 def test_13_05_tunnel_http_no_auth(self, env: Env, httpd, repeat):
102 curl = CurlClient(env=env)
110 def test_13_06_tunnel_http_auth(self, env: Env, httpd, repeat):
111 curl = CurlClient(env=env)
124 def test_13_07_tunnels_no_auth(self, env: Env, httpd, proto, tunnel, repeat):
125 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):
127 curl = CurlClient(env=env)
142 def test_13_08_tunnels_auth(self, env: Env, httpd, proto, tunnel, repeat):
143 if tunnel == 'h2' and not env.curl_uses_lib('nghttp2'):
145 curl = CurlClient(env=env)