Home
last modified time | relevance | path

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

/external/toolchain-utils/heatmaps/
Dheat_map_test.py48 def test_EnsureFileInChrootAlreadyInside(self, mock_mkdtemp, mock_copy): argument
57 mock_mkdtemp.assert_not_called()
/external/toolchain-utils/crosperf/
Dresults_cache_unittest.py699 def test_get_keyvals(self, mock_chrootruncmd, mock_runcmd, mock_mkdtemp, argument
710 mock_mkdtemp.reset_mock()
720 mock_mkdtemp.return_value = TMP_DIR1
744 self.assertEqual(mock_mkdtemp.call_count, 1)
757 self.assertEqual(mock_mkdtemp.call_count, 0)