Change #263924
| Category | None |
| Changed by | Dan Fandrich <dan@coneharvesters.com> |
| Changed at | Tue 07 Apr 2026 17:26:58 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | dfandrich/pywarn |
| Revision | b3f053bc708c5d99f196cc5902d2e1ceef76020b |
Comments
tests: alphabetize and group Python imports & add check - De-duplicates, groups, and sorts imports based on the provided `isort` settings.
Changed files
- scripts/pythonlint.sh
- tests/dictserver.py
- 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_21_resolve.py
- tests/http/test_30_vsftpd.py
- tests/http/test_31_vsftpds.py
- tests/http/test_32_ftps_vsftpd.py
- tests/http/test_40_socks.py
- tests/http/test_50_scp.py
- tests/http/test_51_sftp.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/dante.py
- tests/http/testenv/env.py
- tests/http/testenv/httpd.py
- tests/http/testenv/nghttpx.py
- tests/http/testenv/sshd.py
- tests/http/testenv/vsftpd.py
- tests/negtelnetserver.py
- tests/smbserver.py