curl/tests/http
Viktor Szakats 0260e8465a
GHA/checksrc: expand spellcheck, fix issues found
- codespell: break logic out into its own runnable script. Allowing
  to run it on local machines.
- codespell: install via `pip`, bump to latest version.
- codespell: show version number in CI log.
- codespell: drop no longer needed word exception: `msdos`.
- codespell: include all curl source tree, except `packages` and
  `winbuild`. Drop an obsolete file exclusion.
- add new spellchecker job using the `typos` tool. It includes
  the codespell dictionary and a couple more. Use linuxbrew to install
  it. This takes 10 seconds, while installing via `cargo` from source
  would take over a minute.
- codespell: introduce an inline ignore filter compatible with `cspell`
  Make `typos` recognize it, too. Move single exceptions inline.

Fix new typos found. Also rename variables and words to keep
spellchecking exceptions at minumum. This involves touching some tests.
Also switch base64 strings to `%b64[]` to avoid false positives.

Ref: https://github.com/crate-ci/typos/blob/master/docs/reference.md
Ref: https://github.com/codespell-project/codespell?tab=readme-ov-file#inline-ignore
Ref: https://github.com/codespell-project/codespell/issues/1212#issuecomment-1721152455
Ref: https://cspell.org/docs/Configuration/document-settings

Closes #17905
2025-07-21 16:09:01 +02:00
..
testenv pytest: increase server KeepAliveTimeout 2025-07-20 23:15:11 +02:00
.gitignore tidy-up: mostly whitespace nits 2023-08-31 23:02:10 +00:00
CMakeLists.txt cmake: improve httpd detection for pytest 2025-02-28 03:40:40 +01:00
config.ini.in pytest: use httpd/apache2 directly, no apachectl 2025-01-14 11:33:49 +01:00
conftest.py pytest: adapt for runs with openssl-1.1.1 2025-06-05 13:52:29 +02:00
Makefile.am tests/http/clients: move to tests/client 2025-06-17 19:39:36 +02:00
requirements.txt tests/http/requirements: remove multipart 2025-07-05 18:13:29 +02:00
scorecard.py scorecard: flame graphs and documentation 2025-07-07 09:04:22 +02:00
test_01_basic.py misc: fix spelling 2025-05-29 10:21:05 +02:00
test_02_download.py GHA/macos: enable QUIC API with OpenSSL 2025-07-20 00:02:19 +02:00
test_03_goaway.py pytest-xdist: pytest in parallel 2025-05-15 21:44:31 +02:00
test_04_stuttered.py pytest-xdist: pytest in parallel 2025-05-15 21:44:31 +02:00
test_05_errors.py openssl: error on SSL_ERROR_SYSCALL 2025-06-11 10:44:55 +02:00
test_06_eyeballs.py pytest-xdist: pytest in parallel 2025-05-15 21:44:31 +02:00
test_07_upload.py tests: bundle http clients, de-dupe, enable for MSVC 2025-06-16 12:29:05 +02:00
test_08_caddy.py tests: bundle http clients, de-dupe, enable for MSVC 2025-06-16 12:29:05 +02:00
test_09_push.py tests: bundle http clients, de-dupe, enable for MSVC 2025-06-16 12:29:05 +02:00
test_10_proxy.py GHA/checksrc: expand spellcheck, fix issues found 2025-07-21 16:09:01 +02:00
test_11_unix.py pytest-xdist: pytest in parallel 2025-05-15 21:44:31 +02:00
test_12_reuse.py spelling: 'a' vs 'an' 2025-05-30 11:38:35 +02:00
test_13_proxy_auth.py pytest-xdist: pytest in parallel 2025-05-15 21:44:31 +02:00
test_14_auth.py digest: fix build with disabled digest auth 2025-06-15 12:07:22 +02:00
test_15_tracing.py pytest-xdist: pytest in parallel 2025-05-15 21:44:31 +02:00
test_16_info.py pytest-xdist: pytest in parallel 2025-05-15 21:44:31 +02:00
test_17_ssl_use.py tests: bundle http clients, de-dupe, enable for MSVC 2025-06-16 12:29:05 +02:00
test_18_methods.py pytest-xdist: pytest in parallel 2025-05-15 21:44:31 +02:00
test_19_shutdown.py tests: bundle http clients, de-dupe, enable for MSVC 2025-06-16 12:29:05 +02:00
test_20_websockets.py tests: bundle http clients, de-dupe, enable for MSVC 2025-06-16 12:29:05 +02:00
test_30_vsftpd.py ftp: fix race in upload handling 2025-05-25 11:56:16 +02:00
test_31_vsftpds.py misc: fix typos 2025-07-12 08:59:44 +02:00
test_32_ftps_vsftpd.py misc: fix typos 2025-07-12 08:59:44 +02:00