Lines Matching refs:mock_getpath
700 mock_getpath): argument
711 mock_getpath.reset_mock()
724 mock_getpath.return_value = TMP_DIR1
743 self.assertEqual(mock_getpath.call_count, 1)
753 mock_getpath.return_value = '/tmp/tmpJCajRG'
776 def test_get_samples(self, mock_chrootruncmd, mock_getpath): argument
780 mock_getpath.return_value = fake_file
1232 def test_generate_perf_report_files(self, mock_chrootruncmd, mock_getpath): argument
1236 mock_getpath.return_value = fake_file
1251 mock_getpath): argument
1255 mock_getpath.return_value = fake_file
1269 def test_populate_from_run(self, mock_getpath): argument
1312 if mock_getpath:
1535 def test_populate_from_cache_dir(self, mock_runchrootcmd, mock_getpath): argument
1554 mock_getpath.return_value = TMP_DIR1
1691 def test_store_to_cache_dir(self, mock_chrootruncmd, mock_getpath): argument
1698 if mock_chrootruncmd or mock_getpath: