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.""" |