Home
last modified time | relevance | path

Searched refs:curl_has_protocol (Results 1 – 3 of 3) sorted by relevance

/curl/tests/http/
H A Dconftest.py80 if not env.curl_has_protocol('http'):
82 if not env.curl_has_protocol('https'):
H A Dtest_20_websockets.py41 @pytest.mark.skipif(condition=not Env.curl_has_protocol('ws'),
/curl/tests/http/testenv/
H A Denv.py349 def curl_has_protocol(protocol: str) -> bool: member in Env

Completed in 5 milliseconds