summaryrefslogtreecommitdiff
path: root/tests/integration/base.py
Commit message (Collapse)AuthorAgeFilesLines
* Prevent Swarm address conflictsjenkinsfileJoffrey F2016-12-081-0/+6
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Split out base integration test for APIClientBen Firshman2016-11-221-17/+20
| | | | | | 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-1/+2
| | | | Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Move BaseTestCase to BaseIntegrationTestBen Firshman2016-10-031-0/+88
Because two things called `BaseTestCase` is quite confusing. I haven't bothered refactoring the other `BaseTestCase` because that disappears anyway when we drop Python 2.6 support. Signed-off-by: Ben Firshman <ben@firshman.co.uk>