예제 #1
0
파일: tests.py 프로젝트: crs4/ACTIVE
 def test_stop(self):
         cm = CeleryManager()
         cm.stop()
         sleep(1)
         list = cm.list_nodes()
         self.assertEqual(0, len(list))
예제 #2
0
파일: tests.py 프로젝트: crs4/ACTIVE
 def test_list(self):
         cm = CeleryManager()
         list = cm.list_nodes()
         self.assertEqual(1, len(list))