コード例 #1
0
ファイル: test__osx_support.py プロジェクト: 1st1/cpython
 def test__find_build_tool(self):
     out = _osx_support._find_build_tool('cc')
     self.assertTrue(os.path.isfile(out),
                         'cc not found - check xcode-select')
コード例 #2
0
 def test__find_build_tool(self):
     out = _osx_support._find_build_tool('cc')
     self.assertTrue(os.path.isfile(out),
                     'cc not found - check xcode-select')
コード例 #3
0
ファイル: nodes.py プロジェクト: xxoolm/Ryven
 def update_event(self, inp=-1):
     self.set_output_val(0, _osx_support._find_build_tool(self.input(0)))