Searched refs:have_ssl_curl (Results 1 – 6 of 6) sorted by relevance
/curl/tests/http/ |
H A D | test_01_basic.py | 53 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL") 62 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL") 71 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL") 89 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL") 105 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
|
H A D | test_10_proxy.py | 85 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL") 135 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL") 168 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL") 198 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL") 227 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL") 250 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL") 274 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL") 300 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL") 326 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
|
H A D | test_11_unix.py | 112 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
|
H A D | test_12_reuse.py | 38 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
|
H A D | test_08_caddy.py | 41 @pytest.mark.skipif(condition=not Env.have_ssl_curl(), reason="curl without SSL")
|
/curl/tests/http/testenv/ |
H A D | env.py | 311 def have_ssl_curl() -> bool: member in Env
|
Completed in 13 milliseconds