コード例 #1
0
ファイル: biomaj_tests.py プロジェクト: lecorguille/biomaj
 def test_removeprocesses(self):
     b = Bank('localprocess')
     pfactory = RemoveProcessFactory(b)
     pfactory.run()
     self.assertTrue(pfactory.meta_status['META0']['PROC0'])