Home
last modified time | relevance | path

Searched refs:_default_options (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/tool/commands/
Ddownload_unittest.py70 def _default_options(self): member in DownloadCommandsTest
89 …self.assert_execute_outputs(Build(), [], options=self._default_options(), expected_stderr=expected…
93 …self.assert_execute_outputs(BuildAndTest(), [], options=self._default_options(), expected_stderr=e…
96 options = self._default_options()
103 options = self._default_options()
114 …self.assert_execute_outputs(Land(), [42], options=self._default_options(), expected_stderr=expecte…
123 …self.assert_execute_outputs(Land(), [42], options=self._default_options(), expected_stderr=expecte…
132 …self.assert_execute_outputs(CheckStyle(), [197], options=self._default_options(), expected_stderr=…
136 …self.assert_execute_outputs(BuildAttachment(), [197], options=self._default_options(), expected_st…
151 …self.assert_execute_outputs(LandAttachment(), [197], options=self._default_options(), expected_std…
[all …]