소스 검색

Test tweakage.

Chris McDonough 18 년 전
부모
커밋
15122461c5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/supervisor/tests/test_supervisord.py

+ 1 - 0
src/supervisor/tests/test_supervisord.py

@@ -168,6 +168,7 @@ class SupervisordTests(unittest.TestCase):
         supervisord.mood = 0
         import asyncore
         self.assertRaises(asyncore.ExitNow, supervisord.runforever, test=True)
+        self.assertEqual(pgroup.all_stopped, True)
 
 def test_suite():
     return unittest.findTestCases(sys.modules[__name__])