Searched refs:mock_getpath (Results 1 – 1 of 1) sorted by relevance
700 mock_getpath): argument711 mock_getpath.reset_mock()724 mock_getpath.return_value = TMP_DIR1743 self.assertEqual(mock_getpath.call_count, 1)753 mock_getpath.return_value = '/tmp/tmpJCajRG'776 def test_get_samples(self, mock_chrootruncmd, mock_getpath): argument780 mock_getpath.return_value = fake_file1232 def test_generate_perf_report_files(self, mock_chrootruncmd, mock_getpath): argument1236 mock_getpath.return_value = fake_file1251 mock_getpath): argument[all …]