Lines Matching refs:Env

36 from testenv import Env, CurlClient, LocalClient
62 def test_02_01_download_1(self, env: Env, httpd, nghttpx, repeat, proto): argument
72 def test_02_02_download_2(self, env: Env, httpd, nghttpx, repeat, proto): argument
82 def test_02_03_download_sequential(self, env: Env, argument
94 def test_02_04_download_parallel(self, env: Env, argument
115 def test_02_05_download_many_sequential(self, env: Env, argument
135 def test_02_06_download_many_parallel(self, env: Env, argument
150 def test_02_07_download_reuse(self, env: Env, argument
169 def test_02_07b_download_reuse(self, env: Env, argument
183 def test_02_08_1MB_serial(self, env: Env, argument
194 def test_02_09_1MB_parallel(self, env: Env, argument
206 @pytest.mark.skipif(condition=Env().slow_network, reason="not suitable for slow network tests")
207 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
209 def test_02_10_10MB_serial(self, env: Env, argument
219 @pytest.mark.skipif(condition=Env().slow_network, reason="not suitable for slow network tests")
220 @pytest.mark.skipif(condition=Env().ci_run, reason="not suitable for CI runs")
222 def test_02_11_10MB_parallel(self, env: Env, argument
237 def test_02_12_head_serial_https(self, env: Env, argument
250 def test_02_13_head_serial_h2c(self, env: Env, argument
263 def test_02_14_not_found(self, env: Env, httpd, nghttpx, repeat, proto): argument
279 def test_02_15_fail_not_found(self, env: Env, httpd, nghttpx, repeat, proto): argument
294 @pytest.mark.skipif(condition=Env().slow_network, reason="not suitable for slow network tests")
295 def test_02_20_h2_small_frames(self, env: Env, httpd, repeat): argument
330 def test_02_21_lib_serial(self, env: Env, httpd, nghttpx, proto, pause_offset, repeat): argument
349 def test_02_22_lib_parallel_resume(self, env: Env, httpd, nghttpx, proto, pause_offset, repeat): argument
369 def test_02_23a_lib_abort_paused(self, env: Env, httpd, nghttpx, proto, repeat): argument
398 def test_02_23b_lib_abort_offset(self, env: Env, httpd, nghttpx, proto, repeat): argument
427 def test_02_23c_lib_fail_offset(self, env: Env, httpd, nghttpx, proto, repeat): argument
456 def test_02_24_speed_limit(self, env: Env, httpd, nghttpx, proto, repeat): argument
474 def test_02_25_h2_upgrade_x(self, env: Env, httpd, repeat): argument
485 def test_02_26_session_shared_reuse(self, env: Env, proto, httpd, nghttpx, repeat): argument
495 def test_02_27a_paused_no_cl(self, env: Env, httpd, nghttpx, proto, repeat): argument
504 def test_02_27b_paused_no_cl(self, env: Env, httpd, nghttpx, proto, repeat): argument
513 def test_02_27c_paused_no_cl(self, env: Env, httpd, nghttpx, proto, repeat): argument
521 def test_02_28_get_compressed(self, env: Env, httpd, nghttpx, repeat, proto): argument
549 def test_02_29_h2_lib_serial(self, env: Env, httpd, nghttpx, proto, pause_offset, repeat): argument
564 def test_02_30_parallel_prior_knowledge(self, env: Env, httpd): argument
575 def test_02_31_parallel_upgrade(self, env: Env, httpd, nghttpx): argument
588 @pytest.mark.skipif(condition=not Env.have_nghttpx(), reason="no nghttpx")
590 def test_02_32_earlydata(self, env: Env, httpd, nghttpx, proto): argument