コード例 #1
0
ファイル: test_wizard.py プロジェクト: faroncoder/flumotion
 def setUp(self):
     self.wizard = ConfigurationAssistant()
     self.wizard.admin = TestAdmin('user', 'test')
     s = worker.ManagerWorkerHeavenState()
     s.set('names', ['localhost'])
     self.workerHeavenState = jelly.unjelly(jelly.jelly(s))
コード例 #2
0
ファイル: test_wizard.py プロジェクト: faroncoder/flumotion
 def setUp(self):
     self.wizard = ConfigurationAssistant()