Searched refs:mock_copy (Results 1 – 2 of 2) sorted by relevance
/external/toolchain-utils/heatmaps/ |
D | heat_map_test.py | 48 def test_EnsureFileInChrootAlreadyInside(self, mock_mkdtemp, mock_copy): argument 58 mock_copy.assert_not_called() 62 def test_EnsureFileInChrootOutsideNeedCopy(self, mock_copy): argument 66 self.assertEqual(mock_copy.call_count, 1)
|
/external/toolchain-utils/crosperf/ |
D | experiment_runner_unittest.py | 413 def test_store_results(self, mock_open, mock_top5, mock_cleanup, mock_copy, argument 435 self.assertEqual(mock_copy.call_count, 0) 453 self.assertEqual(mock_copy.call_count, 6) 454 mock_copy.assert_called_with(bench_path)
|