Lines Matching refs:Env
30 from testenv import Env, CurlClient
46 @pytest.mark.skipif(condition=not Env.have_h3(), reason="missing HTTP/3 support")
47 def test_06_01_h3_only(self, env: Env, httpd, nghttpx, repeat): argument
55 @pytest.mark.skipif(condition=not Env.have_h3(), reason="missing HTTP/3 support")
56 def test_06_02_h3_only(self, env: Env, httpd, nghttpx, repeat): argument
64 @pytest.mark.skipif(condition=not Env.have_h3(), reason="missing HTTP/3 support")
65 def test_06_03_h3_fallback_h2(self, env: Env, httpd, nghttpx, repeat): argument
74 @pytest.mark.skipif(condition=not Env.have_h3(), reason="missing HTTP/3 support")
75 def test_06_04_h3_fallback_h1(self, env: Env, httpd, nghttpx, repeat): argument
84 def test_06_10_stats_success(self, env: Env, httpd, nghttpx, repeat): argument
93 def test_06_11_stats_fail_verify(self, env: Env, httpd, nghttpx, repeat): argument
104 def test_06_12_stats_fail_tcp(self, env: Env, httpd, nghttpx, repeat): argument