]> git.ipfire.org Git - thirdparty/curl.git/commit
black formatting minor-pytest-tweaks 16275/head
authorJames Fuller <jim@webcomposite.com>
Sun, 9 Feb 2025 16:29:30 +0000 (17:29 +0100)
committerJames Fuller <jim@webcomposite.com>
Sun, 9 Feb 2025 16:31:09 +0000 (17:31 +0100)
commit53336d9e0b266c6116d5711d67cc3196ab1bc49d
tree167ce6fed2dab96c34bc6620cfde94b83a60b9b7
parentd7333c2bedb71d33e6358d526cf3c4825b4c443d
black formatting
36 files changed:
tests/http/README.md
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/test_13_proxy_auth.py
tests/http/test_14_auth.py
tests/http/test_15_tracing.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_20_websockets.py
tests/http/test_30_vsftpd.py
tests/http/test_31_vsftpds.py
tests/http/testenv/__init__.py
tests/http/testenv/caddy.py
tests/http/testenv/certs.py
tests/http/testenv/client.py
tests/http/testenv/curl.py
tests/http/testenv/env.py
tests/http/testenv/httpd.py
tests/http/testenv/nghttpx.py
tests/http/testenv/ports.py
tests/http/testenv/vsftpd.py
tests/http/testenv/ws_echo_server.py