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

Unified Diff: tests/trychange_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/super_mox.py ('k') | tests/watchlists_unittest.py » ('j') | 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 4ee984a852c7e59074ce16d084f22eee23cfaaa2..c57cceea69933a6af386f9424aab53771ed00116 100755
--- a/tests/trychange_unittest.py
+++ b/tests/trychange_unittest.py
@@ -5,8 +5,10 @@
"""Unit tests for trychange.py."""
+# pylint: disable=E1103,W0403
+
# Fixes include path.
-from super_mox import mox, SuperMoxTestBase
+from super_mox import SuperMoxTestBase
import trychange
« no previous file with comments | « tests/super_mox.py ('k') | tests/watchlists_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698