Failing (on 2.7, at least) smoke test for 'fig ps'

See #8.
This commit is contained in:
Aanand Prasad 2014-01-09 15:31:37 +00:00
parent 892677a9d3
commit 8cab05feb4
1 changed files with 3 additions and 0 deletions

View File

@ -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)