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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/browser_test.py

Issue 2256793002: Make docstrings more consistent using format-webkitpy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make indentation of final quote based on parse tree (indentation prior to docstring node) rather th… Created 4 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: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/browser_test.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/browser_test.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/browser_test.py
index 965d18058d66c16b4fa485c2e19ae59c9fc4aca8..88179b4293b8a12ef7cf5f851e66fe5accbf8851 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/browser_test.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/browser_test.py
@@ -46,7 +46,8 @@ def get_port_class_name(port_name):
class BrowserTestPortOverrides(object):
"""Set of overrides that every browser test platform port should have. This
class should not be instantiated as certain functions depend on base. Port
- to work."""
+ to work.
+ """
def _driver_class(self):
return browser_test_driver.BrowserTestDriver
@@ -59,7 +60,8 @@ class BrowserTestPortOverrides(object):
def check_sys_deps(self, needs_http):
"""This function is meant to be a no-op since we don't want to actually
- check for system dependencies."""
+ check for system dependencies.
+ """
return test_run_results.OK_EXIT_STATUS
def driver_name(self):

Powered by Google App Engine
This is Rietveld 408576698