summaryrefslogtreecommitdiff
path: root/tests/integration/conftest.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename Client to APIClientBen Firshman2016-11-221-1/+2
| | | | Signed-off-by: Ben Firshman <ben@firshman.co.uk>
* Update tests to avoid failures on Windows platformsJoffrey F2016-10-141-3/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Move BaseTestCase to BaseIntegrationTestBen Firshman2016-10-031-3/+2
| | | | | | | | 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>
* Move methods/classes used by all integration tests to helpers.pyJoffrey F2015-11-181-0/+31
Ensure setup_module is called at session level, making the test suite not order dependent. Test files can be invoked independently. Signed-off-by: Joffrey F <joffrey@docker.com>