docker-py/tests
Tomas Tomecek 08b284ab39 docker client consistency: don't quote ':/'
E.g.

docker client

`/v1.21/images/localhost:5000/busybox/push?tag=`

docker-py

`/v1.21/images/localhost%3A5000%2Fbusybox/push`

Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
2016-08-10 09:30:19 +02:00
..
integration Test fixes and updated Makefile for 1.12 testing 2016-08-03 16:48:41 -07:00
unit docker client consistency: don't quote ':/' 2016-08-10 09:30:19 +02:00
Dockerfile-dind-certs Fix attach method over SSL connections 2015-10-14 17:29:31 -07:00
__init__.py Create tests module for setuptools test support 2013-07-13 01:07:04 -05:00
base.py Reorganize test directories 2015-10-21 16:02:09 -07:00
helpers.py Move socket-reading test helpers into docker.utils.socket 2016-07-13 17:08:17 -04:00