Merge pull request #439 from dnephin/faster_integration_tests
Faster integration testing
This commit is contained in:
commit
d978787fcc
3 changed files with 34 additions and 30 deletions
|
|
@ -10,7 +10,6 @@ class DockerClientTestCase(unittest.TestCase):
|
|||
@classmethod
|
||||
def setUpClass(cls):
|
||||
cls.client = Client(docker_url())
|
||||
cls.client.pull('busybox', tag='latest')
|
||||
|
||||
def setUp(self):
|
||||
for c in self.client.containers(all=True):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue