summaryrefslogtreecommitdiff
path: root/tests/integration_test.py
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2015-06-24 22:49:16 +0200
committerJoffrey F <joffrey@docker.com>2015-07-01 00:27:49 +0200
commit4f89ca73da90f4dc30b5b278f474bf5850e75488 (patch)
treef27668e4b3fe47650d673bfaa0fcf159bb57c393 /tests/integration_test.py
parentd66369c29c35d61e63851ecf47018df2b48aa30d (diff)
downloaddocker-py-clientbase_extraction.tar.gz
ClientBase class to extract utility methods and constructor and sanitize Client classclientbase_extraction
Diffstat (limited to 'tests/integration_test.py')
-rw-r--r--tests/integration_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration_test.py b/tests/integration_test.py
index 2a639e2..ac4a871 100644
--- a/tests/integration_test.py
+++ b/tests/integration_test.py
@@ -1477,6 +1477,7 @@ class TestRegressions(BaseTestCase):
self.client.start(ctnr)
self.client.stop(ctnr)
+
if __name__ == '__main__':
c = docker.Client(base_url=DEFAULT_BASE_URL)
c.pull('busybox')