mirror of https://github.com/docker/compose.git
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…
Reference in New Issue