Searched defs:MockOptions (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Dcommandtest.py32 from webkitpy.tool.mocktool import MockOptions, MockTool namespace
35 def assert_execute_outputs(self, command, args, expected_stdout="", expected_stderr="", expected_exception=None, options=MockOptions(), tool=MockTool()):
H A Droll_unittest.py32 from webkitpy.tool.mocktool import MockOptions, MockTool namespace
H A Dupload_unittest.py32 from webkitpy.tool.mocktool import MockOptions, MockTool namespace
54 options = MockOptions()
71 options = MockOptions()
82 options = MockOptions()
101 options = MockOptions()
H A Ddownload_unittest.py35 from webkitpy.tool.mocktool import MockCheckout, MockOptions, MockTool namespace
71 options = MockOptions()
H A Dearlywarningsystem_unittest.py36 from webkitpy.tool.mocktool import MockTool, MockOptions namespace
47 queue._options = MockOptions(port=None)
/external/webkit/Tools/Scripts/webkitpy/tool/
H A Dmocktool_unittest.py31 from mocktool import MockOptions namespace
35 # MockOptions() should implement the same semantics that
41 options = MockOptions()
49 options = MockOptions()
54 options = MockOptions(foo='bar')
H A Dmocktool.py676 class MockOptions(object): class in inherits:object
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Dclosebugforlanddiff_unittest.py32 from webkitpy.tool.mocktool import MockOptions, MockTool namespace
38 step = CloseBugForLandDiff(MockTool(), MockOptions())
H A Dcleanworkingdirectory_unittest.py32 from webkitpy.tool.mocktool import MockOptions, MockTool namespace
39 step = CleanWorkingDirectory(tool, MockOptions(clean=True, force_clean=False))
46 step = CleanWorkingDirectory(tool, MockOptions(clean=False))
H A Dpreparechangelog_unittest.py34 from webkitpy.tool.mocktool import MockOptions, MockTool namespace
41 step = PrepareChangeLog(MockTool(), MockOptions())
H A Dsuggestreviewers_unittest.py32 from webkitpy.tool.mocktool import MockOptions, MockTool namespace
38 step = SuggestReviewers(MockTool(), MockOptions(suggest_reviewers=False))
43 step = SuggestReviewers(MockTool(), MockOptions(suggest_reviewers=True, git_commit=None))
H A Dupdatechangelogswithreview_unittest.py32 from webkitpy.tool.mocktool import MockOptions, MockTool namespace
38 step = UpdateChangeLogsWithReviewer(MockTool(), MockOptions())
44 options = MockOptions()
H A Dvalidatechangelogs_unittest.py33 from webkitpy.tool.mocktool import MockOptions, MockTool namespace
42 step = ValidateChangeLogs(tool, MockOptions(git_commit=None, non_interactive=non_interactive))
H A Dvalidatereviewer_unittest.py33 from webkitpy.tool.mocktool import MockOptions, MockTool namespace
50 step = ValidateReviewer(MockTool(), MockOptions())
H A Dsteps_unittest.py33 from webkitpy.tool.mocktool import MockOptions, MockTool namespace
41 options = MockOptions()

Completed in 471 milliseconds