]> git.ipfire.org Git - thirdparty/curl.git/commit
pytest: improvements
authorStefan Eissing <stefan@eissing.org>
Wed, 6 Sep 2023 08:03:37 +0000 (10:03 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 7 Sep 2023 08:30:14 +0000 (10:30 +0200)
commit3b30cc1a0db283e3be9cd60189c70a7ce357911f
tree32cd746653f372aaea28aea69834fae7038d7e31
parent108e51835e78a3109761ae859c71ffe6e7096daf
pytest: improvements

- set CURL_CI for pytest runs in CI environments
- exclude timing sensitive tests from CI runs
- for failed results, list only the log and stat of
  the failed transfer

- fix type in http.c comment

Closes #11812
.github/workflows/linux.yml
.github/workflows/ngtcp2-linux.yml
.github/workflows/quiche-linux.yml
lib/http.c
tests/http/test_02_download.py
tests/http/test_04_stuttered.py
tests/http/test_08_caddy.py
tests/http/testenv/curl.py
tests/http/testenv/env.py