]> git.ipfire.org Git - thirdparty/curl.git/commit
pytest: improvements for suitable curl and error output
authorStefan Eissing <stefan@eissing.org>
Fri, 24 Mar 2023 12:09:40 +0000 (13:09 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 29 Mar 2023 11:25:18 +0000 (13:25 +0200)
commit8cabef6fc312b7a59e2cbf73fabd9f3cc2b459ba
treecc90ae2c7e2cf64d390565e83a555753e0e5aa26
parent8455013359bdfdc220b172911755c45acf7a17fe
pytest: improvements for suitable curl and error output

- will check built curl for http and https support and
  skip all tests if not there
- will dump stdout/stderr/trace output on errored responses

Closes #10829
16 files changed:
tests/http/conftest.py
tests/http/scorecard.py
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_06_eyeballs.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_11_unix.py
tests/http/test_12_reuse.py
tests/http/testenv/curl.py
tests/http/testenv/env.py