Bring zero container check up in the call stack

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2019-01-10 15:47:44 -08:00
parent 325637d9d5
commit 2ed171cae9
3 changed files with 9 additions and 10 deletions

View file

@ -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'])