docker-py/tests/unit
Matthew Berry a23cd3d8e8 Fix #1673 check resource error in container network API
Container network functions checked 'image' as resource ID and not
'container'.  This caused a traceback when using container as named
argument.

Signed-off-by: Matthew Berry <mtberry89@gmail.com>
2017-08-17 13:38:40 -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_build_test.py Remove MAINTAINER from Dockerfiles 2016-11-24 13:32:20 +00:00
api_container_test.py Raising error in case of invalid value of since kwarg on Container.logs 2017-06-16 18:30:24 +03:00
api_exec_test.py Rename DockerClientTest to BaseAPIClientTest 2016-11-22 17:03:04 +00:00
api_image_test.py Add tests for secret API implementation 2017-02-13 17:06:25 -08:00
api_network_test.py Fix #1673 check resource error in container network API 2017-08-17 13:38:40 -07:00
api_test.py Set infinite timeout for the `events` method 2017-03-27 15:57:36 -07:00
api_volume_test.py Scope is added in volume after docker 1.12 2016-12-08 10:31:44 +08:00
auth_test.py Support credHelpers section in config.json 2017-06-22 11:51:31 -07:00
client_test.py Ensure default timeout is used by API Client 2017-06-08 14:39:17 +01:00
dockertypes_test.py Add ContainerSpec mounts test 2017-05-08 14:13:59 -07:00
errors_test.py Fix APIError status_code property for client/server errors 2017-03-22 00:49:07 -04:00
fake_api.py Adds a 'labels' property to the image model 2017-04-15 15:46:52 +02:00
fake_api_client.py Rename Client -> DockerClient 2016-11-28 15:28:04 -08:00
fake_stat.py Reorganize test directories 2015-10-21 16:02:09 -07:00
models_containers_test.py Replace erroneous networks argument in containers.run with singular 2017-05-12 14:28:27 -07:00
models_images_test.py Include tag in images.get after pulling if provided separately 2017-05-09 12:24:40 -07:00
models_networks_test.py Add new user-focused API 2016-11-22 17:05:43 +00:00
models_resources_test.py Make resources hashable, so that they can be added to `set`s 2016-12-08 12:19:30 -06:00
models_services_test.py Add ability to set 'Hostname' on a Service. 2017-02-19 06:18:26 +01:00
ssladapter_test.py Move ssladapter to transport module 2016-12-01 18:04:40 -08:00
swarm_test.py Rename DockerClientTest to BaseAPIClientTest 2016-11-22 17:03:04 +00:00
utils_json_stream_test.py Add new user-focused API 2016-11-22 17:05:43 +00:00
utils_test.py split_port should not break when passed a non-string argument 2017-06-28 12:22:34 -07:00