Joffrey F 8 роки тому
батько
коміт
63b5722b16
2 змінених файлів з 0 додано та 6 видалено
  1. 0 4
      tests/acceptance/cli_test.py
  2. 0 2
      tests/integration/testcases.py

+ 0 - 4
tests/acceptance/cli_test.py

@@ -493,10 +493,6 @@ class CLITestCase(DockerClientTestCase):
                 'image library/nonexisting-image:latest not found' in result.stderr or
                 'pull access denied for nonexisting-image' in result.stderr)
 
-    def test_pull_with_quiet(self):
-        assert self.dispatch(['pull', '--quiet']).stderr == ''
-        assert self.dispatch(['pull', '--quiet']).stdout == ''
-
     def test_pull_with_parallel_failure(self):
         result = self.dispatch([
             '-f', 'ignore-pull-failures.yml', 'pull', '--parallel'],

+ 0 - 2
tests/integration/testcases.py

@@ -75,7 +75,6 @@ def v2_1_only():
     return min_version_skip(V2_1)
 
 
-
 def v2_2_only():
     return min_version_skip(V2_2)
 
@@ -84,7 +83,6 @@ def v2_3_only():
     return min_version_skip(V2_3)
 
 
-
 def v3_only():
     return min_version_skip(V3_0)