Lines Matching refs:env
39 def _class_scope(self, env, httpd, nghttpx): argument
40 if env.have_h3():
47 def test_06_01_h3_only(self, env: Env, httpd, nghttpx, repeat):
48 curl = CurlClient(env=env)
56 def test_06_02_h3_only(self, env: Env, httpd, nghttpx, repeat):
58 curl = CurlClient(env=env)
65 def test_06_03_h3_fallback_h2(self, env: Env, httpd, nghttpx, repeat):
67 curl = CurlClient(env=env)
75 def test_06_04_h3_fallback_h1(self, env: Env, httpd, nghttpx, repeat):
77 curl = CurlClient(env=env)
84 def test_06_10_stats_success(self, env: Env, httpd, nghttpx, repeat):
85 curl = CurlClient(env=env)
93 def test_06_11_stats_fail_verify(self, env: Env, httpd, nghttpx, repeat):
94 curl = CurlClient(env=env)
104 def test_06_12_stats_fail_tcp(self, env: Env, httpd, nghttpx, repeat):
105 curl = CurlClient(env=env)