httpie-cli/tests
2024-06-28 15:50:07 +01:00
..
client_certs Implement support for private key passphrases 2022-03-07 16:09:07 +03:00
fixtures fix multipart form data having filename with non ascii characters 2024-04-04 07:47:27 +02:00
utils support for force http2, http1 or http3 and fix real download speed when body is compressed 2024-06-24 23:56:29 +01:00
__init__.py Use relative imports (#1057) 2021-05-05 14:13:39 +02:00
conftest.py add tests to cover recently added cli flags 2024-03-20 07:38:02 +01:00
README.md Rename repo from httpie/httpie to httpie/cli 2023-08-06 14:04:32 +02:00
test_auth_plugins.py Modernize the code base with f-strings in tests (#1069) 2021-05-26 14:09:38 +02:00
test_auth.py code cleanup 2024-03-20 06:45:56 +01:00
test_binary.py resolve merge conflicts 2024-03-18 18:19:30 +01:00
test_cli_ui.py [Major] UI Enhancements (#1321) 2022-04-14 07:43:10 -07:00
test_cli_utils.py Fix typos (user-facing and non-user-facing) (#1357) 2022-04-16 02:06:34 +03:00
test_cli.py fix warning about unclosed file in TestItemParsing::test_valid_items 2024-03-20 07:55:02 +01:00
test_compress.py Cleanup 2024-03-04 18:12:18 +01:00
test_config.py fix infinite loop update checker in a specific condition 2024-04-05 06:55:24 +02:00
test_cookie_on_redirects.py Cleanup 2024-03-04 18:12:18 +01:00
test_cookie.py code cleanup 2024-03-20 06:45:56 +01:00
test_defaults.py Cleanup 2024-03-04 18:12:18 +01:00
test_downloads.py fixed+enabled recently disabled tests for download + compressed bodies 2024-06-28 15:50:07 +01:00
test_encoding.py code cleanup 2024-03-20 06:45:56 +01:00
test_errors.py HTTPie v4 2024-02-08 09:15:18 +01:00
test_exit_status.py resolve merge conflicts 2024-03-18 18:19:30 +01:00
test_h2n3.py add test for remote h3 not compatible anymore 2024-04-04 07:03:39 +02:00
test_httpie_cli.py Decouple parser definition from argparse (#1293) 2022-03-08 01:34:04 +03:00
test_httpie.py HTTPie v4 2024-02-08 09:15:18 +01:00
test_json.py HTTPie v4 2024-02-08 09:15:18 +01:00
test_meta.py respect httpie config to generate path for "quic.json" cache layer 2024-04-03 16:24:33 +02:00
test_network.py adapt tests in OS specifics behaviors (err msg) 2024-03-20 08:18:41 +01:00
test_offline.py Add --raw to allow specifying the raw request body as an alternative to stdin (#1062) 2021-05-24 14:29:54 +02:00
test_output.py Cleanup imports 2024-06-03 14:38:12 +02:00
test_parser_schema.py [Major] UI Enhancements (#1321) 2022-04-14 07:43:10 -07:00
test_plugins_cli.py Skip a test failing in CI 2023-05-19 23:29:09 +02:00
test_redirects.py resolve merge conflicts 2024-03-18 18:19:30 +01:00
test_regressions.py add support for resolving ".localhost" domains 2024-05-24 06:49:11 +02:00
test_resolver.py display http3 error message even if user set timeout flag 2024-03-22 07:52:55 +01:00
test_sessions.py Tests 2024-06-06 11:20:09 +02:00
test_ssl.py HTTPie v4 2024-02-08 09:15:18 +01:00
test_stream.py resolve merge conflicts 2024-03-18 18:19:30 +01:00
test_tokens.py HTTPie v4 2024-02-08 09:15:18 +01:00
test_transport_plugin.py HTTPie v4 2024-02-08 09:15:18 +01:00
test_update_warnings.py fix warnings in PersistentMockEnvironment due to missing cleanup 2024-03-20 07:36:22 +01:00
test_uploads.py fix multipart form data having filename with non ascii characters 2024-04-04 07:47:27 +02:00
test_windows.py Cleanup 2024-03-04 18:12:18 +01:00
test_xml.py Fix encoding error with non-prettified encoded responses (#1168) 2021-10-06 17:27:07 +02:00

HTTPie Test Suite

Please see CONTRIBUTING for contribution and testing guidelines.