docker-py/tests/unit
Tomas Tomecek 3062ae4348 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-17 12:20:13 -07:00
..
testdata/certs Reorganize test directories 2015-10-21 16:02:09 -07:00
__init__.py Reorganize test directories 2015-10-21 16:02:09 -07:00
api_test.py docker client consistency: don't quote ':/' 2016-08-17 12:20:13 -07:00
auth_test.py Don't raise InvalidConfigError when auth dict doesn't have an 'auth' key 2016-04-05 14:05:33 -07:00
build_test.py Change double underscore in test case names for _set_auth_headers 2016-07-12 10:06:34 -04:00
client_test.py Don't set socket timeout if it's already disabled when streaming 2016-05-10 10:23:14 -05:00
container_test.py Add support for sysctl when creating container 2016-08-01 23:43:52 +01:00
exec_test.py Add hijack hints for non-detached exec api calls 2016-07-13 17:08:17 -04:00
fake_api.py volumes,create: support adding labels 2016-07-13 08:41:45 +02:00
fake_stat.py Reorganize test directories 2015-10-21 16:02:09 -07:00
image_test.py Add unit tests 2016-07-22 10:04:32 -06:00
network_test.py Support links when creating containers or connecting to networks 2016-01-20 17:47:45 +00:00
ssladapter_test.py Use backports.ssl_match_hostname 2016-04-08 00:36:46 +08:00
utils_test.py Avoid crashing in update_headers decorator when headers kwarg is None 2016-08-02 17:25:50 -07:00
volume_test.py volumes,create: support adding labels 2016-07-13 08:41:45 +02:00