Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent Swarm address conflictsjenkinsfile | Joffrey F | 2016-12-08 | 1 | -0/+6 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Split out base integration test for APIClient | Ben Firshman | 2016-11-22 | 1 | -17/+20 |
| | | | | | | So the cleanup stuff can be reused for model tests. Signed-off-by: Ben Firshman <ben@firshman.co.uk> | ||||
* | Rename Client to APIClient | Ben Firshman | 2016-11-22 | 1 | -1/+2 |
| | | | | Signed-off-by: Ben Firshman <ben@firshman.co.uk> | ||||
* | Move BaseTestCase to BaseIntegrationTest | Ben Firshman | 2016-10-03 | 1 | -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> |