소스 검색

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

See #8.
Aanand Prasad 12 년 전
부모
커밋
8cab05feb4
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      tests/cli_test.py

+ 3 - 0
tests/cli_test.py

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