Home
last modified time | relevance | path

Searched refs:mock_dry_run (Results 1 – 1 of 1) sorted by relevance

/external/toolchain-utils/llvm_tools/
Dpatch_manager_unittest.py230 def testFailedToApplyPatchInDryRun(self, mock_dry_run, mock_isfile, argument
240 mock_dry_run.side_effect = FailedToApplyPatch
252 mock_dry_run.assert_called_once()
261 def testSuccessfullyAppliedPatch(self, mock_dry_run, mock_isfile, mock_isdir): argument
272 self.assertEqual(mock_dry_run.call_count, 2)