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

Unified Diff: tools/auto_bisect/source_control.py

Issue 529593002: In the presubmit for auto-bisect, run pylint and unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
« no previous file with comments | « tools/auto_bisect/run_tests ('k') | tools/auto_bisect/ttest_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/auto_bisect/source_control.py
diff --git a/tools/auto_bisect/source_control.py b/tools/auto_bisect/source_control.py
index 27bd7ba88f74f74f13251a181fc6ef95c857a862..0480c89f228af46df7587f41d8fc26c48ce448ca 100644
--- a/tools/auto_bisect/source_control.py
+++ b/tools/auto_bisect/source_control.py
@@ -28,6 +28,9 @@ def DetermineAndCreateSourceControl(opts):
return None
+# TODO(qyearsley): Almost all of the methods below could be top-level functions
+# (or class methods). Refactoring may make this simpler.
+# pylint: disable=R0201
class SourceControl(object):
"""SourceControl is an abstraction over the source control system."""
« no previous file with comments | « tools/auto_bisect/run_tests ('k') | tools/auto_bisect/ttest_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698