httpie-cli/tests
Jakub Roztocil 15e62ad26d Implemented more robust unicode handling.
* Immediatelly convert all args from `bytes` to `str`.
* Added `Environment.stdin_encoding` and `Environment.stdout_encoding`
* Allow unicode characters in HTTP headers and basic auth credentials
  by encoding them using UTF8 instead of latin1 (#212).
2014-04-26 15:07:31 +02:00
..
fixtures Moved fixture constants to tests.fixtures. 2014-04-24 15:17:04 +02:00
__init__.py Implemented more robust unicode handling. 2014-04-26 15:07:31 +02:00
README.rst Added CONTRIBUTING.rst. 2014-04-24 19:32:55 +02:00
test_auth.py Implemented more robust unicode handling. 2014-04-26 15:07:31 +02:00
test_binary.py Removed last dependencies on unittest. All tests are pytest-only. 2014-04-25 11:39:59 +02:00
test_cli.py Implemented more robust unicode handling. 2014-04-26 15:07:31 +02:00
test_defaults.py Test improvements. 2014-04-25 12:18:35 +02:00
test_docs.py Removed last dependencies on unittest. All tests are pytest-only. 2014-04-25 11:39:59 +02:00
test_downloads.py Test improvements. 2014-04-25 12:18:35 +02:00
test_exit_status.py Implemented more robust unicode handling. 2014-04-26 15:07:31 +02:00
test_httpie.py Implemented more robust unicode handling. 2014-04-26 15:07:31 +02:00
test_output.py Removed last dependencies on unittest. All tests are pytest-only. 2014-04-25 11:39:59 +02:00
test_sessions.py Cleanup 2014-04-25 13:57:33 +02:00
test_stream.py Removed last dependencies on unittest. All tests are pytest-only. 2014-04-25 11:39:59 +02:00
test_unicode.py Implemented more robust unicode handling. 2014-04-26 15:07:31 +02:00
test_uploads.py Implemented more robust unicode handling. 2014-04-26 15:07:31 +02:00
test_windows.py Implemented more robust unicode handling. 2014-04-26 15:07:31 +02:00

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


Please see `CONTRIBUTING`_.


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