summaryrefslogtreecommitdiff
path: root/tests/unit/api_container_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for host_config in Client.startJoffrey F2016-11-281-35/+11
| | | | | | | Any additional arguments passed to start will raise a DeprecatedMethod (DockerException) exception. Signed-off-by: Joffrey F <joffrey@docker.com>
* Rename DockerClientTest to BaseAPIClientTestBen Firshman2016-11-221-4/+4
| | | | Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Rename Client to APIClientBen Firshman2016-11-221-0/+1635
Signed-off-by: Ben Firshman <ben@firshman.co.uk>