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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_failures_unittest.py

Issue 1783073002: Run auto-formatter on files in webkitpy/layout_tests/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 9 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/layout_tests/models/test_failures_unittest.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_failures_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_failures_unittest.py
index 55a9b2ce7e1dc91ebe03b16e326cf43499478c4d..0310e3bc93344eefd6ca17b73ddd24efc32d978e 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_failures_unittest.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_failures_unittest.py
@@ -32,6 +32,7 @@ from webkitpy.layout_tests.models.test_failures import *
class TestFailuresTest(unittest.TestCase):
+
def assert_loads(self, cls):
failure_obj = cls()
s = failure_obj.dumps()
@@ -45,6 +46,7 @@ class TestFailuresTest(unittest.TestCase):
def test_unknown_failure_type(self):
class UnknownFailure(TestFailure):
+
def message(self):
return ''

Powered by Google App Engine
This is Rietveld 408576698