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

Unified Diff: tests/trychange_unittest.py

Issue 9379005: [depot_tools] Use git fetch to optimize the properly configured that use git-svn (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: regex tweak Created 8 years, 10 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
« presubmit_canned_checks.py ('K') | « tests/gclient_scm_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/trychange_unittest.py
diff --git a/tests/trychange_unittest.py b/tests/trychange_unittest.py
index f483664a5f690b68b8eaa0392bf9f28d4c4319bd..2f9f6f688c003d9293672fb6ae060df1cdab9cf8 100755
--- a/tests/trychange_unittest.py
+++ b/tests/trychange_unittest.py
@@ -15,6 +15,7 @@ from testing_support.super_mox import SuperMoxTestBase
import subprocess2
import trychange
+# pylint: disable=E1103
M-A Ruel 2012/02/11 02:38:08 ?
Dan Beam 2012/02/11 02:42:36 pylint was complaining that it's type checking suc
class TryChangeTestsBase(SuperMoxTestBase):
"""Setups and tear downs the mocks but doesn't test anything as-is."""
« presubmit_canned_checks.py ('K') | « tests/gclient_scm_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698