docker-py/tests
Dan O'Reilly 70b921f8a3 Fix handling output from tty-enabled containers.
Treat output from TTY-enabled containers as raw streams, rather than
as multiplexed streams. The docker API docs specify that tty-enabled
containers don't multiplex. Also update tests to pass with these
changes, and changed the code used to read raw streams to not
read line-by-line, and to not skip empty lines.

Addresses issue #630

Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
2015-07-06 18:20:41 -04:00
..
testdata/certs utils: add kwargs_from_env 2014-10-29 10:05:49 -07:00
__init__.py Create tests module for setuptools test support 2013-07-13 01:07:04 -05:00
base.py revert 2015-04-22 17:45:56 -07:00
fake_api.py Fix handling output from tty-enabled containers. 2015-07-06 18:20:41 -04:00
fake_stat.py Formatting 2015-02-12 15:54:16 -08:00
integration_test.py Fix Unix socket adapter bug with double slash in path + regression test 2015-06-30 23:59:03 +02:00
test.py Fix handling output from tty-enabled containers. 2015-07-06 18:20:41 -04:00
utils_test.py make memory units compatible with native docker cli 2015-05-07 20:05:32 -06:00