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

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

Issue 1839193004: Run auto-formatter (autopep8) on webkitpy. (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/tool/commands/flakytests_unittest.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/flakytests_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/flakytests_unittest.py
index 87823e6dae0c6353c36c5b5e87202cf3953def93..77268e8b280fdb59013f463261fee9f255084120 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/flakytests_unittest.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/flakytests_unittest.py
@@ -10,7 +10,9 @@ from webkitpy.layout_tests.port import builders
from webkitpy.tool.commands.commandtest import CommandsTest
from webkitpy.tool.mocktool import MockTool, MockOptions
+
class FakeBotTestExpectations(object):
+
def expectation_lines(self, only_ignore_very_flaky=False):
return []
@@ -47,6 +49,7 @@ class FakeBotTestExpectationsFactory(object):
class FlakyTestsTest(CommandsTest):
+
def test_merge_lines(self):
command = flakytests.FlakyTests()
factory = FakeBotTestExpectationsFactory()
@@ -65,7 +68,6 @@ class FlakyTestsTest(CommandsTest):
finally:
builders._exact_matches = old_builders
-
def test_integration(self):
command = flakytests.FlakyTests()
tool = MockTool()

Powered by Google App Engine
This is Rietveld 408576698