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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/common/system/logutils_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/system/logutils_unittest.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/logutils_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/logutils_unittest.py
index 6d7cc4da4f42473f881938a0cd4a3852e321fd22..35722e8d7995af0c5ab111a19e2e1d3ce7cb32fe 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/logutils_unittest.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/logutils_unittest.py
@@ -129,6 +129,7 @@ class ConfigureLoggingTest(ConfigureLoggingTestBase):
class ConfigureLoggingVerboseTest(ConfigureLoggingTestBase):
+
def _logging_level(self):
return logging.DEBUG
@@ -140,6 +141,7 @@ class ConfigureLoggingVerboseTest(ConfigureLoggingTestBase):
self._log.debug("test message")
self._assert_log_messages(["unittest: [DEBUG] test message\n"])
+
class ConfigureLoggingCustomLevelTest(ConfigureLoggingTestBase):
"""Tests configure_logging() with a custom logging level."""

Powered by Google App Engine
This is Rietveld 408576698