Lines Matching refs:patch
46 @mock.patch('shutil.copy2')
47 @mock.patch('tempfile.mkdtemp')
60 @mock.patch('shutil.copy2')
61 @mock.patch('tempfile.mkdtemp', fake_mkdtemp)
71 @mock.patch.object(command_executer.CommandExecuter, 'ChrootRunCommand')
85 @mock.patch.object(heatmap_generator, 'HeatmapGenerator')
91 @mock.patch.object(heat_map.HeatMapProducer, '_EnsureFileInChroot')
92 @mock.patch.object(heat_map.HeatMapProducer, '_GeneratePerfReport')
93 @mock.patch.object(heat_map.HeatMapProducer, '_GetHeatMap')
94 @mock.patch.object(heat_map.HeatMapProducer, '_RemoveFiles')
104 @mock.patch.object(heat_map.HeatMapProducer, '_EnsureFileInChroot')
105 @mock.patch.object(
109 @mock.patch.object(heat_map.HeatMapProducer, '_GetHeatMap')
110 @mock.patch.object(heat_map.HeatMapProducer, '_RemoveFiles')
111 @mock.patch('builtins.print')
122 @mock.patch('argparse.ArgumentParser.error', fake_parser_error)
123 @mock.patch.object(os.path, 'isfile')
124 @mock.patch.object(heat_map, 'IsARepoRoot')