docker-py/tests
Maxime Petazzoni 97366f6b60 Stop timeout should be added to the request timeout
Using the max of the stop timeout and request timeout did not entirely
make sure that a stop timeout greater than a request timeout wouldn't
fail prematurely with a HTTPTimeout exception. The correct behavior is
to add the timeouts together, as the stop timeout is understood to be
part of the "request processing time". Any transport-level timeout thus
comes in addition to that.

Signed-off-by: Maxime Petazzoni <max@signalfuse.com>
2014-08-19 10:37:54 -07:00
..
__init__.py Create tests module for setuptools test support 2013-07-13 01:07:04 -05:00
fake_api.py Add resize() method to Client 2014-06-21 12:21:44 +00:00
integration_test.py Merge pull request #268 from brutasse/265-dockerignore 2014-07-23 20:25:07 +02:00
test.py Stop timeout should be added to the request timeout 2014-08-19 10:37:54 -07:00
utils_test.py Implemented complete parse_host method to handle all accepted values of Client's base_url. Unit tests 2014-07-03 04:11:34 +02:00