mirror of
https://github.com/curl/curl.git
synced 2026-07-26 03:47:17 +03:00
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
This commit is contained in:
parent
108e51835e
commit
3b30cc1a0d
9 changed files with 47 additions and 15 deletions
3
.github/workflows/linux.yml
vendored
3
.github/workflows/linux.yml
vendored
|
|
@ -404,7 +404,8 @@ jobs:
|
|||
# run for `tests` directory, so pytest does not pick up any other
|
||||
# packages we might have built here
|
||||
run:
|
||||
pytest -v tests
|
||||
pytest tests
|
||||
name: 'run pytest'
|
||||
env:
|
||||
TFLAGS: "${{ matrix.build.tflags }}"
|
||||
CURL_CI: github
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue