httpie-cli/tests
Mathieu Dupuy 10b7d317d0
Migrate setup.py to setup.cfg (#1553)
* migrate setup.py to setup.cfg

No man pages

* fix Makefile build

* silence flake8 F811 for BaseCLIResponse.command

* also include man pages

* restore a stub setup.py

* remove pytest-lazy fixtures
2024-03-18 16:37:09 +01:00
..
client_certs Implement support for private key passphrases 2022-03-07 16:09:07 +03:00
fixtures Drop dependency on the abandoned python-lazy-fixture II. 2024-03-04 18:05:26 +01:00
utils Migrate setup.py to setup.cfg (#1553) 2024-03-18 16:37:09 +01:00
__init__.py Use relative imports (#1057) 2021-05-05 14:13:39 +02:00
conftest.py Cleanup 2024-03-04 18:12:18 +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 Cleanup 2024-03-04 18:12:18 +01:00
test_binary.py Cleanup 2024-03-04 18:12:18 +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 Cleanup 2024-03-04 18:12:18 +01:00
test_compress.py Cleanup 2024-03-04 18:12:18 +01:00
test_config.py Cleanup 2024-03-04 18:12:18 +01:00
test_cookie_on_redirects.py Cleanup 2024-03-04 18:12:18 +01:00
test_cookie.py Add internal support for file-like object responses to improve adapter plugin support (#1094) 2021-07-06 21:00:06 +02:00
test_defaults.py Cleanup 2024-03-04 18:12:18 +01:00
test_downloads.py Cleanup 2024-03-04 18:12:18 +01:00
test_encoding.py Cleanup 2024-03-04 18:12:18 +01:00
test_errors.py Better DNS error handling (#1249) 2021-12-23 11:35:30 -08:00
test_exit_status.py Cleanup 2024-03-04 18:12:18 +01:00
test_httpie_cli.py Decouple parser definition from argparse (#1293) 2022-03-08 01:34:04 +03:00
test_httpie.py Rename repo from httpie/httpie to httpie/cli 2023-08-06 14:04:32 +02:00
test_json.py Clean up and refactor nested JSON parsing & interpreting (#1440) 2022-10-01 03:38:19 -07:00
test_meta.py Fix time elapsed (#1277) 2022-01-23 04:52:38 -08: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 2024-03-04 18:12:18 +01: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 Cleanup 2024-03-04 18:12:18 +01:00
test_regressions.py Cleanup 2024-03-04 18:12:18 +01:00
test_sessions.py Cleanup 2024-03-04 18:12:18 +01:00
test_ssl.py Rename repo from httpie/httpie to httpie/cli 2023-08-06 14:04:32 +02:00
test_stream.py Cleanup 2024-03-04 18:12:18 +01:00
test_tokens.py Implement basic metrics layout & total elapsed time (#1250) 2021-12-23 12:13:25 -08:00
test_transport_plugin.py Add internal support for file-like object responses to improve adapter plugin support (#1094) 2021-07-06 21:00:06 +02:00
test_update_warnings.py Drop dependency on the abandoned python-lazy-fixture II. 2024-03-04 18:05:26 +01:00
test_uploads.py Cleanup 2024-03-04 18:12:18 +01: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.