mirror of https://github.com/docker/compose.git
refactor cli tests
Signed-off-by: Collins Abitekaniza <abtcolns@gmail.com>
This commit is contained in:
parent
dbe3a6e9a9
commit
b8b6199958
|
@ -2229,6 +2229,7 @@ class CLITestCase(DockerClientTestCase):
|
|||
|
||||
def test_start_no_containers(self):
|
||||
result = self.dispatch(['start'], returncode=1)
|
||||
assert 'failed' in result.stderr
|
||||
assert 'No containers to start' in result.stderr
|
||||
|
||||
@v2_only()
|
||||
|
|
Loading…
Reference in New Issue