1
0
mirror of https://github.com/httpie/cli.git synced 2025-03-17 16:28:34 +01:00
httpie-cli/tests
Jakub Roztocil c815e21ef9
Fix time elapsed ()
* Show the actual time elapsed; add docs

* `requests.Response._headers_parsed_at` → `requests.Response._httpie_headers_parsed_at`

* Add `ELAPSED_TIME_LABEL` constant

* Tweak docs

* Tweak docs

* Allow multiple blank lines in Markdown files

* Add rudimentary tests for --meta with different --style’s

* Cleanup tests

* Cleanup tests

* Cleanup tests
2022-01-23 04:52:38 -08:00
..
client_certs Quieten ssl tests () 2020-08-06 22:24:03 +02:00
fixtures Optimize encoding detection () 2021-12-23 11:05:58 -08:00
utils Fix time elapsed () 2022-01-23 04:52:38 -08:00
__init__.py Use relative imports () 2021-05-05 14:13:39 +02:00
conftest.py Ignore crashes that happen on the 3rd party plugins () 2021-12-08 07:45:07 -08:00
README.md Switch from reStructuredText to Markdown and add docs/ () 2021-09-06 17:36:13 +02:00
test_auth_plugins.py Modernize the code base with f-strings in tests () 2021-05-26 14:09:38 +02:00
test_auth.py Implement Bearer Auth () 2021-12-01 09:37:57 -08:00
test_binary.py Remove trailing comma in test 2021-09-24 10:37:59 +02:00
test_cli_utils.py Improve startup time with lazy loading some args () 2021-12-01 10:15:59 -08:00
test_cli.py Formalize @ suffix for all operators () 2021-12-23 11:06:35 -08:00
test_compress.py Add --raw to allow specifying the raw request body as an alternative to stdin () 2021-05-24 14:29:54 +02:00
test_config.py Fix encoding error with non-prettified encoded responses () 2021-10-06 17:27:07 +02:00
test_cookie.py Add internal support for file-like object responses to improve adapter plugin support () 2021-07-06 21:00:06 +02:00
test_defaults.py Add --raw to allow specifying the raw request body as an alternative to stdin () 2021-05-24 14:29:54 +02:00
test_downloads.py Implement basic metrics layout & total elapsed time () 2021-12-23 12:13:25 -08:00
test_encoding.py Fix encoding error with non-prettified encoded responses () 2021-10-06 17:27:07 +02:00
test_errors.py Better DNS error handling () 2021-12-23 11:35:30 -08:00
test_exit_status.py Use relative imports () 2021-05-05 14:13:39 +02:00
test_httpie.py Preserve individual headers with the same name on responses () 2021-11-24 15:41:37 -08:00
test_json.py Change the default style for windows from fruity to auto () 2022-01-14 08:47:10 -08:00
test_meta.py Fix time elapsed () 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 () 2021-05-24 14:29:54 +02:00
test_output.py Fix time elapsed () 2022-01-23 04:52:38 -08:00
test_plugins_cli.py Implement httpie upgrade for upgrading plugins () 2021-12-16 23:59:39 -08:00
test_redirects.py Support multiple headers sharing the same name () 2021-10-31 15:04:39 +01:00
test_regressions.py Modernize the code base with f-strings in tests () 2021-05-26 14:09:38 +02:00
test_sessions.py Store prompted passwords in local sessions () 2021-12-29 12:00:47 +03:00
test_ssl.py cmd: Implement httpie plugins interface () 2021-11-30 11:12:51 +03:00
test_stream.py Optimize encoding detection () 2021-12-23 11:05:58 -08:00
test_tokens.py Implement basic metrics layout & total elapsed time () 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 () 2021-07-06 21:00:06 +02:00
test_uploads.py Make the stdin wait tests more reliable 2022-01-13 15:04:30 +03:00
test_windows.py Fix several issues found with flake8 () 2021-06-01 14:46:58 +02:00
test_xml.py Fix encoding error with non-prettified encoded responses () 2021-10-06 17:27:07 +02:00

HTTPie Test Suite

Please see CONTRIBUTING for contribution and testing guidelines.