summaryrefslogtreecommitdiff
path: root/tests/unit/api_network_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/walkerlee/docker-py into ↵Joffrey F2016-12-021-1/+1
| | | | | | walkerlee-master Signed-off-by: Joffrey F <joffrey@docker.com>
* Move config type creation from docker.utils functions to classes inconfig_typesJoffrey F2016-12-011-4/+4
| | | | | | docker.types Signed-off-by: Joffrey F <joffrey@docker.com>
* Rename DockerClientTest to BaseAPIClientTestBen Firshman2016-11-221-2/+2
| | | | Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Rename Client to APIClientBen Firshman2016-11-221-0/+187
Signed-off-by: Ben Firshman <ben@firshman.co.uk>