Home
last modified time | relevance | path

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

/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
Dconfig_unittest.py67 def make_config(self, output='', files={}, exit_code=0, exception=None, member in ConfigTest
78 c = self.make_config('foo', {'foo/Configuration': contents})
83 c = self.make_config(run_command_fn=mock_run_command)
95 c = self.make_config(exit_code=0)
101 c = self.make_config(exit_code=-1)
132 c = self.make_config(output='foo', files={'foo/Configuration': None})
165 c = self.make_config(exception=OSError)
173 c = self.make_config(exception=executive.ScriptError())