Change #248056
| Category | curl |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Sat 08 Nov 2025 22:40:24 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 3752de465d70552106b2527fbf821aee525e53e2 |
Comments
pytest: skip H2 tests if feature missing from curl To allow running pytests on more curl configurations. Also delete a redundant H3 feature check from test_17_14_expired_cert. Cherry-picked from #19407 Closes #19412
Changed files
- tests/http/test_01_basic.py
- tests/http/test_02_download.py
- tests/http/test_03_goaway.py
- tests/http/test_04_stuttered.py
- tests/http/test_05_errors.py
- tests/http/test_07_upload.py
- tests/http/test_08_caddy.py
- tests/http/test_09_push.py
- tests/http/test_10_proxy.py
- tests/http/test_13_proxy_auth.py
- tests/http/test_14_auth.py
- tests/http/test_16_info.py
- tests/http/test_17_ssl_use.py
- tests/http/test_18_methods.py
- tests/http/test_19_shutdown.py
- tests/http/test_40_socks.py