Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1386)

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/commandtest.py

Issue 2014063002: Run format-webkit on webkitpy code (without string conversion). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/commandtest.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/commandtest.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/commandtest.py
index 1c6c6dbf3b96e6b5bcb030af7b49e52d6561a4eb..c24b22b1a1b9aff7931fff9842fdeb99abd6ed9c 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/commandtest.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/commandtest.py
@@ -34,7 +34,8 @@ from webkitpy.tool.mocktool import MockOptions, MockTool
class CommandsTest(unittest.TestCase):
- def assert_execute_outputs(self, command, args=[], expected_stdout="", expected_stderr="", expected_exception=None, expected_logs=None, options=MockOptions(), tool=MockTool()):
+ def assert_execute_outputs(self, command, args=[], expected_stdout="", expected_stderr="",
+ expected_exception=None, expected_logs=None, options=MockOptions(), tool=MockTool()):
options.blocks = None
options.cc = 'MOCK cc'
options.component = 'MOCK component'

Powered by Google App Engine
This is Rietveld 408576698