Chris McDonough 18 anni fa
parent
commit
15122461c5
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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
         supervisord.mood = 0
         import asyncore
         import asyncore
         self.assertRaises(asyncore.ExitNow, supervisord.runforever, test=True)
         self.assertRaises(asyncore.ExitNow, supervisord.runforever, test=True)
+        self.assertEqual(pgroup.all_stopped, True)
 
 
 def test_suite():
 def test_suite():
     return unittest.findTestCases(sys.modules[__name__])
     return unittest.findTestCases(sys.modules[__name__])