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

Unified Diff: Tools/Scripts/webkitpy/layout_tests/controllers/manager_unittest.py

Issue 546133003: Reformat webkitpy.layout_tests w/ format-webkitpy. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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: Tools/Scripts/webkitpy/layout_tests/controllers/manager_unittest.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/controllers/manager_unittest.py b/Tools/Scripts/webkitpy/layout_tests/controllers/manager_unittest.py
index 9c0ba86031e44fb555a388e63a20e2214f61820c..e3f145fe6919b774605a5a44c37d187678cddfdd 100644
--- a/Tools/Scripts/webkitpy/layout_tests/controllers/manager_unittest.py
+++ b/Tools/Scripts/webkitpy/layout_tests/controllers/manager_unittest.py
@@ -41,11 +41,13 @@ from webkitpy.tool.mocktool import MockOptions
class FakePrinter(object):
+
def write_update(self, s):
pass
class ManagerTest(unittest.TestCase):
+
def test_needs_servers(self):
def get_manager():
host = MockHost()
@@ -108,7 +110,6 @@ class ManagerTest(unittest.TestCase):
self.assertEqual(self.http_stopped, False)
self.assertEqual(self.websocket_stopped, False)
-
def test_look_for_new_crash_logs(self):
def get_manager():
host = MockHost()

Powered by Google App Engine
This is Rietveld 408576698