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

Unified Diff: tests/fake_repos.py

Issue 6051004: Silence pylint warnings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 10 years 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 | « pylintrc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/fake_repos.py
diff --git a/tests/fake_repos.py b/tests/fake_repos.py
index dd8b3f8264b7f051c721933ab8925e588932fc45..d7dd7ae91613d19e4110bcb263c5dfd43bcf40a9 100755
--- a/tests/fake_repos.py
+++ b/tests/fake_repos.py
@@ -359,6 +359,12 @@ class FakeReposBase(object):
new_tree = tree.copy()
self.git_hashes[repo].append((commit_hash, new_tree))
+ def populateSvn(self):
+ raise NotImplementedError()
+
+ def populateGit(self):
+ raise NotImplementedError()
+
class FakeRepos(FakeReposBase):
"""Implements populateSvn() and populateGit()."""
« no previous file with comments | « pylintrc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698