mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
parent
892677a9d3
commit
8cab05feb4
@ -10,3 +10,6 @@ class CLITestCase(unittest.TestCase):
|
||||
|
||||
def test_help(self):
|
||||
self.assertRaises(SystemExit, lambda: self.command.dispatch(['-h'], None))
|
||||
|
||||
def test_ps(self):
|
||||
self.command.dispatch(['ps'], None)
|
||||
|
Loading…
x
Reference in New Issue
Block a user