parent
892677a9d3
commit
8cab05feb4
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue