Searched refs:get_build_by_path (Results 1 – 4 of 4) sorted by relevance
135 mock_target_lib.get_build_by_path = Mock(158 mock_target_lib.get_build_by_path.assert_any_call(self.test_target)159 mock_target_lib.get_build_by_path.assert_any_call(test_incremental)165 mock_target_lib.get_build_by_path = Mock(
89 target_info = target_lib.get_build_by_path(self.target)93 incremental_info = target_lib.get_build_by_path(
169 def get_build_by_path(self, path): member in TargetLib
178 build = self.target_build.get_build_by_path(test_build.test_info['path'])