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

Unified Diff: tests/watchlists_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/trychange_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/watchlists_unittest.py
diff --git a/tests/watchlists_unittest.py b/tests/watchlists_unittest.py
index 22afe2feb5c5e6938ac546644ac59c1ef8030e65..edad68b288e0308ed4a45dbdff67bbba9e0a9849 100755
--- a/tests/watchlists_unittest.py
+++ b/tests/watchlists_unittest.py
@@ -5,6 +5,9 @@
"""Unit tests for watchlists.py."""
+# pylint is too confused.
+# pylint: disable=E1103,E1120,W0212,W0403
+
import super_mox
import watchlists
« no previous file with comments | « tests/trychange_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698