HomeSort by relevance Sort by last modified time
    Searched refs:MockBugzillaTool (Results 1 - 9 of 9) sorted by null

  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
updatechangelogswithreview_unittests.py 33 from webkitpy.mock_bugzillatool import MockBugzillaTool
39 step = UpdateChangeLogsWithReviewer(MockBugzillaTool(), Mock())
45 step = UpdateChangeLogsWithReviewer(MockBugzillaTool(), Mock())
closebugforlanddiff_unittest.py 33 from webkitpy.mock_bugzillatool import MockBugzillaTool
39 step = CloseBugForLandDiff(MockBugzillaTool(), Mock())
steps_unittest.py 33 from webkitpy.mock_bugzillatool import MockBugzillaTool
41 tool = MockBugzillaTool()
54 tool = MockBugzillaTool()
  /external/webkit/WebKitTools/Scripts/webkitpy/commands/
commandtest.py 32 from webkitpy.mock_bugzillatool import MockBugzillaTool
36 def assert_execute_outputs(self, command, args, expected_stdout="", expected_stderr="", options=Mock(), tool=MockBugzillaTool()):
upload_unittest.py 32 from webkitpy.mock_bugzillatool import MockBugzillaTool
36 tool = MockBugzillaTool()
47 tool = MockBugzillaTool()
75 tool = MockBugzillaTool()
queues_unittest.py 34 from webkitpy.mock_bugzillatool import MockBugzillaTool
57 tool = MockBugzillaTool()
72 tool = MockBugzillaTool()
queuestest.py 33 from webkitpy.mock_bugzillatool import MockBugzillaTool
52 def assert_queue_outputs(self, queue, args=None, work_item=None, expected_stdout=None, expected_stderr=None, options=Mock(), tool=MockBugzillaTool()):
queries_unittest.py 33 from webkitpy.mock_bugzillatool import MockBugzillaTool
  /external/webkit/WebKitTools/Scripts/webkitpy/
mock_bugzillatool.py 354 class MockBugzillaTool():

Completed in 124 milliseconds