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

Unified Diff: tests/scm_unittest.py

Issue 5695007: Enhance RunPylint to use white_list and black_list arguments. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: address review comment 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 | « tests/presubmit_unittest.py ('k') | tests/super_mox.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/scm_unittest.py
diff --git a/tests/scm_unittest.py b/tests/scm_unittest.py
index 19339b520d9b99faa1f1291584a3f16e98923e26..9d71d245ff150fe483e3566a1775b3545f48b0b7 100755
--- a/tests/scm_unittest.py
+++ b/tests/scm_unittest.py
@@ -5,11 +5,10 @@
"""Unit tests for scm.py."""
-from shutil import rmtree
-import tempfile
+# pylint: disable=E1101,W0403
# Fixes include path.
-from super_mox import mox, TestCaseUtils, SuperMoxTestBase
+from super_mox import SuperMoxTestBase
import scm
@@ -171,7 +170,7 @@ class SVNTestCase(BaseSCMTestCase):
self.assertEqual(file_info, expected)
def testCaptureStatus(self):
- text =r"""<?xml version="1.0"?>
+ text = r"""<?xml version="1.0"?>
<status>
<target path=".">
<entry path="unversionned_file.txt">
« no previous file with comments | « tests/presubmit_unittest.py ('k') | tests/super_mox.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698