summaryrefslogtreecommitdiff
path: root/tests/integration/api_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the network mode to support linkable cantainers checkwenchma2016-03-211-1/+1
| | | | | | Partially related to issue #21080 Signed-off-by: Wen Cheng Ma <wenchma@cn.ibm.com>
* Move methods/classes used by all integration tests to helpers.pyJoffrey F2015-11-181-129/+13
| | | | | | | 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>
* Reorganize test directoriesreorganize_testsJoffrey F2015-10-211-0/+292
More clearly separate unit and integration tests Allow splitting into multiple files Cleaner Signed-off-by: Joffrey F <joffrey@docker.com>