Home
last modified time | relevance | path

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

/curl/tests/http/
H A Dtest_08_caddy.py73 if proto == 'h3' and not env.have_h3_curl():
86 if proto == 'h3' and not env.have_h3_curl():
100 if proto == 'h3' and not env.have_h3_curl():
123 if proto == 'h3' and not env.have_h3_curl():
139 if proto == 'h3' and not env.have_h3_curl():
155 if proto == 'h3' and not env.have_h3_curl():
H A Dscorecard.py443 if not self.env.have_h3_curl():
/curl/tests/http/testenv/
H A Denv.py319 def have_h3_curl() -> bool: member in Env
328 if Env.have_h3_curl():
386 return Env.have_h3_curl() and Env.have_h3_server()

Completed in 7 milliseconds