コード例 #1
0
ファイル: ci_manager.py プロジェクト: F3real/mozilla_ci_tools
 def schedule_graph(self, task_graph, *args, **kwargs):
     tc.validate_graph(task_graph)
     return tc.schedule_graph(task_graph, *args, **kwargs)
コード例 #2
0
ファイル: test_tc.py プロジェクト: F3real/mozilla_ci_tools
 def test_check_valid_graph(self):
     # Similar to the previous test, but with the correct owner field
     tc.validate_graph(self.data3)
     self.assert_(True)