Lines Matching refs:env
43 def test_12_01_h1_conn_close(self, env: Env,
51 curl = CurlClient(env=env)
63 def test_12_02_h1_conn_timeout(self, env: Env,
71 curl = CurlClient(env=env)
81 def test_12_03_alt_svc_h2h3(self, env: Env, httpd, nghttpx):
86 asfile = os.path.join(env.gen_dir, 'alt-svc-12_03.txt')
92 curl = CurlClient(env=env)
103 def test_12_04_alt_svc_h3h2(self, env: Env, httpd, nghttpx):
108 asfile = os.path.join(env.gen_dir, 'alt-svc-12_04.txt')
114 curl = CurlClient(env=env)
125 def test_12_05_alt_svc_h3h1(self, env: Env, httpd, nghttpx):
130 asfile = os.path.join(env.gen_dir, 'alt-svc-12_05.txt')
136 curl = CurlClient(env=env)