summaryrefslogtreecommitdiff
path: root/tests/integration/api_service_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Prevent Swarm address conflictsjenkinsfileJoffrey F2016-12-081-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Update code and tests for Engine 1.13 compatibilitydnephin-add-attachableJoffrey F2016-12-071-9/+13
| | | | | | Makefile now runs tests against Docker 1.13 RC Signed-off-by: Joffrey F <joffrey@docker.com>
* Merge branch 'patch-1' of https://github.com/manics/docker-py into ↵manics-patch-1Joffrey F2016-12-021-0/+16
| | | | | | manics-patch-1 Signed-off-by: Joffrey F <joffrey@docker.com>
* Split out base integration test for APIClientBen Firshman2016-11-221-2/+2
| | | | | | So the cleanup stuff can be reused for model tests. Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Rename Client to APIClientBen Firshman2016-11-221-0/+233
Signed-off-by: Ben Firshman <ben@firshman.co.uk>