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

Unified Diff: Tools/Scripts/webkitpy/layout_tests/controllers/test_result_writer_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/test_result_writer_unittest.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/controllers/test_result_writer_unittest.py b/Tools/Scripts/webkitpy/layout_tests/controllers/test_result_writer_unittest.py
index 213b6779fde11183afa2362fbf7fe6116484ab5c..a769f9d40bfb6cbc379096935fca9833705a3e7a 100644
--- a/Tools/Scripts/webkitpy/layout_tests/controllers/test_result_writer_unittest.py
+++ b/Tools/Scripts/webkitpy/layout_tests/controllers/test_result_writer_unittest.py
@@ -37,6 +37,7 @@ from webkitpy.layout_tests.models import test_failures
class TestResultWriterTests(unittest.TestCase):
+
def run_test(self, failures=None, files=None):
failures = failures or []
host = MockSystemHost()

Powered by Google App Engine
This is Rietveld 408576698