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() |