Lines Matching refs:env
41 def _class_scope(self, env, httpd, nghttpx): argument
42 if env.have_h3():
49 def test_05_01_partial_1(self, env: Env, httpd, nghttpx, repeat,
51 if proto == 'h3' and not env.have_h3():
53 if proto == 'h3' and env.curl_uses_lib('msh3'):
56 curl = CurlClient(env=env)
72 def test_05_02_partial_20(self, env: Env, httpd, nghttpx, repeat,
74 if proto == 'h3' and not env.have_h3():
76 if proto == 'h3' and env.curl_uses_lib('msh3'):
79 curl = CurlClient(env=env)
95 def test_05_03_required(self, env: Env, httpd, nghttpx, repeat):
96 curl = CurlClient(env=env)
120 def test_05_04_unclean_tls_shutdown(self, env: Env, httpd, nghttpx, repeat, proto):
121 if proto == 'h3' and not env.have_h3():
124 curl = CurlClient(env=env)
130 if proto == 'http/1.0' and not env.curl_uses_lib('wolfssl') and \
131 (env.curl_is_debug() or not env.curl_uses_lib('openssl')):