mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
Bring zero container check up in the call stack
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
325637d9d5
commit
2ed171cae9
3 changed files with 9 additions and 10 deletions
|
|
@ -610,11 +610,8 @@ class CLITestCase(DockerClientTestCase):
|
|||
result = self.dispatch(['pull'])
|
||||
assert 'Pulling simple' in result.stderr
|
||||
assert 'Pulling another' in result.stderr
|
||||
|
||||
def test_pull_done(self):
|
||||
result = self.dispatch(['pull'])
|
||||
assert 'Pulling simple' in result.stderr
|
||||
assert 'done' in result.stderr
|
||||
assert 'failed' not in result.stderr
|
||||
|
||||
def test_pull_with_digest(self):
|
||||
result = self.dispatch(['-f', 'digest.yml', 'pull', '--no-parallel'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue