httpie-cli/tests
Mickaël Schoentgen 0001297f41
Add --raw to allow specifying the raw request body as an alternative to stdin (#1062)
* Add --raw to allow specifying the raw request body without extra processing

As an alternative to `stdin`.

Co-authored-by: Elena Lape <elapinskaite@gmail.com>
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>

* Update README.rst

Co-authored-by: Jakub Roztocil <jakub@roztocil.co>

* Update README.rst

Co-authored-by: Jakub Roztocil <jakub@roztocil.co>

* Fix default HTTP method on empty data

Co-authored-by: Elena Lape <elapinskaite@gmail.com>
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
2021-05-24 14:29:54 +02: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 Use relative imports (#1057) 2021-05-05 14:13:39 +02:00
__init__.py Use relative imports (#1057) 2021-05-05 14:13:39 +02: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 Use relative imports (#1057) 2021-05-05 14:13:39 +02:00
test_auth.py Use relative imports (#1057) 2021-05-05 14:13:39 +02:00
test_binary.py Use relative imports (#1057) 2021-05-05 14:13:39 +02:00
test_cli.py Use relative imports (#1057) 2021-05-05 14:13:39 +02:00
test_compress.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_config.py Use relative imports (#1057) 2021-05-05 14:13:39 +02:00
test_defaults.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_docs.py Use relative imports (#1057) 2021-05-05 14:13:39 +02:00
test_downloads.py Use relative imports (#1057) 2021-05-05 14:13:39 +02:00
test_errors.py Use relative imports (#1057) 2021-05-05 14:13:39 +02:00
test_exit_status.py Use relative imports (#1057) 2021-05-05 14:13:39 +02:00
test_httpie.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_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 Add --raw to allow specifying the raw request body as an alternative to stdin (#1062) 2021-05-24 14:29:54 +02:00
test_redirects.py Use relative imports (#1057) 2021-05-05 14:13:39 +02:00
test_regressions.py Use relative imports (#1057) 2021-05-05 14:13:39 +02:00
test_sessions.py Use relative imports (#1057) 2021-05-05 14:13:39 +02:00
test_ssl.py Use relative imports (#1057) 2021-05-05 14:13:39 +02:00
test_stream.py Use relative imports (#1057) 2021-05-05 14:13:39 +02:00
test_tokens.py Use relative imports (#1057) 2021-05-05 14:13:39 +02:00
test_unicode.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_uploads.py Use relative imports (#1057) 2021-05-05 14:13:39 +02:00
test_windows.py Use relative imports (#1057) 2021-05-05 14:13:39 +02:00

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


Please see `CONTRIBUTING`_.


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