docker-py/tests/unit
Felix Yan 9da5493135 Use backports.ssl_match_hostname
The py2-ipaddress module unfortunately conflicts with the pypi:ipaddress module, which is in the dependency tree of widely used pyOpenSSL. I think it would be a good idea to use a well maintained backport of the Python 3.5 implementation of match_hostname() instead of duplicating the effort and maintain another.

All tests are passing here.

Signed-off-by: Felix Yan <felixonmars@archlinux.org>
2016-04-08 00:36:46 +08: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 incorporate feedback 2015-12-04 01:27:44 -06: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 Reorganize test directories 2015-10-21 16:02:09 -07:00
client_test.py Add docker.from_env() shortcut 2016-03-15 11:24:25 -07:00
container_test.py Don't support tmpfs in API version < 1.22 2016-03-16 17:37:54 +00:00
exec_test.py Reorganize test directories 2015-10-21 16:02:09 -07:00
fake_api.py Unit test for Client.update_container method 2016-02-23 16:18:36 -08:00
fake_stat.py Reorganize test directories 2015-10-21 16:02:09 -07:00
image_test.py Add support for changes param to ContainerApiMixin.commit 2016-03-21 11:37:14 -07: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 Tests for match_hostname backport 2016-03-29 17:09:26 -07:00
volume_test.py Fix remove_volume return value 2015-12-10 10:29:11 +05:30