diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration_test.py | 1 |
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') |