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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/detection_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/common/checkout/scm/detection_unittest.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/detection_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/detection_unittest.py
index 47945908ad0d5a7cf454acff8608cfb605b5d082..dad59e7abe4ea2b1612b373752e4fda61251f2b2 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/detection_unittest.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/detection_unittest.py
@@ -37,6 +37,7 @@ from webkitpy.common.system.outputcapture import OutputCapture
class SCMDetectorTest(unittest.TestCase):
+
def test_detect_scm_system(self):
filesystem = MockFileSystem()
executive = MockExecutive(should_log=True)

Powered by Google App Engine
This is Rietveld 408576698