Lines Matching refs:Env
30 from testenv import Env
45 def test_01_01_http_get(self, env: Env, httpd): argument
53 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
54 def test_01_02_https_get(self, env: Env, httpd): argument
62 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
63 def test_01_03_h2_get(self, env: Env, httpd): argument
71 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
72 def test_01_04_h2_unsupported(self, env: Env, httpd): argument
80 @pytest.mark.skipif(condition=not Env.have_h3(), reason="h3 not supported")
81 def test_01_05_h3_get(self, env: Env, httpd, nghttpx): argument
89 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
91 def test_01_06_timings(self, env: Env, httpd, nghttpx, repeat, proto): argument
105 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
106 def test_01_07_head(self, env: Env, httpd, nghttpx, repeat, proto): argument
121 def test_01_08_h2_upgrade(self, env: Env, httpd): argument
133 def test_01_09_h2_prior_knowledge(self, env: Env, httpd): argument