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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/style/checker_unittest.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/style/checker_unittest.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/style/checker_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/style/checker_unittest.py
index a60590bd9a0168b66960af6e65b1da418b4f2a4b..de55c11beaa2d0618c6e2657530f35d91a413cb5 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/style/checker_unittest.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/style/checker_unittest.py
@@ -72,7 +72,6 @@ class ConfigureLoggingTestBase(unittest.TestCase):
Sub-classes should implement:
is_verbose: The is_verbose value to pass to configure_logging().
-
"""
def setUp(self):
@@ -100,7 +99,6 @@ class ConfigureLoggingTestBase(unittest.TestCase):
This method ensures that the logging configuration set up
for a unit test does not affect logging in other unit tests.
-
"""
logger = self._log
for handler in self._handlers:
@@ -633,7 +631,6 @@ class StyleProcessor_CodeCoverageTest(LoggingTestCase):
"""Test the StyleProcessor class with an emphasis on code coverage.
This class makes heavy use of mock objects.
-
"""
class MockDispatchedChecker(object):

Powered by Google App Engine
This is Rietveld 408576698