Lines Matching refs:env
42 def _class_scope(self, env, httpd, nghttpx): argument
43 if env.have_h3():
50 def test_04_01_download_1(self, env: Env, httpd, nghttpx, repeat,
52 if proto == 'h3' and not env.have_h3():
55 curl = CurlClient(env=env)
66 def test_04_02_100_100_10(self, env: Env,
68 if proto == 'h3' and not env.have_h3():
72 curl = CurlClient(env=env)
89 def test_04_03_1000_10_1(self, env: Env, httpd, nghttpx, repeat, proto):
90 if proto == 'h3' and not env.have_h3():
94 curl = CurlClient(env=env)
111 def test_04_04_1000_10_1(self, env: Env, httpd, nghttpx, repeat, proto):
112 if proto == 'h3' and not env.have_h3():
116 curl = CurlClient(env=env)