httpie-cli/tests
Jan Verbeek 84c7327057
Correctly handle single-byte Content-Range (#1032)
HTTPie previously failed if it continued a download with a single byte left.
2021-02-14 13:30:58 +01:00
..
client_certs Quieten ssl tests (#952) 2020-08-06 22:24:03 +02:00
fixtures Fix fixture encoding on Windows 2020-09-28 12:53:28 +02:00
utils Fix incorrect separators and introduce assert_output_matches() (close #1027) 2021-01-30 22:14:57 +01:00
conftest.py Fix pytest configuration 2018-06-09 11:59:34 +02:00
README.rst Update URLs 2020-12-23 22:07:27 +01:00
test_auth_plugins.py Refactor built-in plugin registry to avoid circular imports 2020-05-26 10:07:34 +02:00
test_auth.py Update URLs 2020-12-23 22:07:27 +01:00
test_binary.py Make test_binary_suppresses_* deterministic 2019-08-29 09:46:17 +02:00
test_cli.py Add support for streamed uploads, --chunked, finish --multipart, etc. 2020-09-28 12:16:57 +02:00
test_compress.py Add support for streamed uploads, --chunked, finish --multipart, etc. 2020-09-28 12:16:57 +02:00
test_config.py Str env vars 2020-05-23 12:14:09 +02:00
test_defaults.py Update URLs 2020-12-23 22:07:27 +01:00
test_docs.py Cleanup inline to-dos 2020-06-25 11:36:09 +02:00
test_downloads.py Correctly handle single-byte Content-Range (#1032) 2021-02-14 13:30:58 +01:00
test_errors.py PEP8 2019-12-02 17:46:40 +01:00
test_exit_status.py Add httpie.status 2019-09-16 13:26:18 +02:00
test_httpie.py Update URLs 2020-12-23 22:07:27 +01:00
test_offline.py Fix --offline --chunked, add more tests 2020-09-28 16:40:16 +02:00
test_output.py Show --check-status warning with --quiet as well. (#1026) 2021-01-31 00:58:56 +01:00
test_redirects.py Add httpie.status 2019-09-16 13:26:18 +02:00
test_regressions.py Fix incorrect separators and introduce assert_output_matches() (close #1027) 2021-01-30 22:14:57 +01:00
test_sessions.py Add support for max-age=0 cookie expiry (#1029) 2021-02-06 10:50:34 +01:00
test_ssl.py Update URLs 2020-12-23 22:07:27 +01:00
test_stream.py Add support for streamed uploads, --chunked, finish --multipart, etc. 2020-09-28 12:16:57 +02:00
test_tokens.py Tests 2021-02-06 13:21:21 +01:00
test_unicode.py Cleanup tests 2016-03-03 18:50:18 +08:00
test_uploads.py v2.3.0 2020-10-25 21:12:38 +01:00
test_windows.py Add one-by-one processing of each HTTP request or response and --offline 2019-09-03 17:14:39 +02:00

HTTPie Test Suite
=================


Please see `CONTRIBUTING`_.


.. _CONTRIBUTING: https://github.com/httpie/httpie/blob/master/CONTRIBUTING.rst