Searched refs:mock_check_output (Results 1 – 2 of 2) sorted by relevance
88 def testSuccessfullyGetGitHashFromToTOfLLVM(self, mock_check_output): argument89 mock_check_output.return_value = 'a123testhash1 path/to/main\n'91 mock_check_output.assert_called_once()
108 def test_collect_process_tree_without_child(self, mock_check_output): argument109 mock_check_output.side_effect = (subprocess.CalledProcessError(119 def test_collect_process_tree_returns_list(self, mock_check_output): argument129 mock_check_output.side_effect = (200 def test_kill_process_tree_on_windows_calls_taskkill(self, mock_check_output): argument207 mock_check_output.assert_called_once_with([