Searched refs:MockExecutive (Results 1 – 6 of 6) sorted by relevance
33 class MockExecutive(object): class46 MockExecutive.last_run_command += [args]47 return MockExecutive.response52 MockExecutive.last_run_command = []53 MockExecutive.response = ''54 deduplicate_tests.executive = MockExecutive134 MockExecutive.response = (141 self.assertEquals(1, len(MockExecutive.last_run_command))142 …self.assertEquals(('git', 'ls-tree', '-r', 'HEAD', 'LayoutTests'), MockExecutive.last_run_command[…146 MockExecutive.response = ([all …]
34 from webkitpy.tool.mocktool import MockExecutive52 workspace = Workspace(None, MockExecutive(should_log=True))
66 port._executive = mocktool.MockExecutive(should_log=True)80 port._executive = mocktool.MockExecutive(should_log=True)
654 class MockExecutive(Mock): class740 self.executive = MockExecutive(should_log=log_executive)
53 from webkitpy.tool.mocktool import MockExecutive1354 executive = MockExecutive(should_log=False)
11784 MockExecutive into common/system to be next to executive, and