Lines Matching refs:Env
34 from testenv import Env, CurlClient, Caddy, LocalClient
40 @pytest.mark.skipif(condition=not Env.has_caddy(), reason="missing caddy")
41 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
72 def test_08_01_download_1(self, env: Env, caddy: Caddy, repeat, proto): argument
84 def test_08_02_download_1mb_sequential(self, env: Env, caddy: Caddy, argument
98 def test_08_03_download_1mb_parallel(self, env: Env, caddy: Caddy, argument
118 @pytest.mark.skipif(condition=Env().slow_network, reason="not suitable for slow network tests")
119 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
121 def test_08_04a_download_10mb_sequential(self, env: Env, caddy: Caddy, argument
134 @pytest.mark.skipif(condition=Env().slow_network, reason="not suitable for slow network tests")
135 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
137 def test_08_04b_download_10mb_sequential(self, env: Env, caddy: Caddy, argument
150 @pytest.mark.skipif(condition=Env().slow_network, reason="not suitable for slow network tests")
152 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
153 def test_08_05_download_1mb_parallel(self, env: Env, caddy: Caddy, argument
177 def test_08_06_post_parallel(self, env: Env, httpd, caddy, repeat, proto): argument
196 def test_08_07_put_large(self, env: Env, httpd, caddy, repeat, proto): argument
214 def test_08_08_earlydata(self, env: Env, httpd, caddy, proto): argument