summaryrefslogtreecommitdiff
path: root/test/test_func.py
diff options
context:
space:
mode:
authorTorsten Marek <shlomme@gmail.com>2014-07-25 15:32:17 +0200
committerTorsten Marek <shlomme@gmail.com>2014-07-25 15:32:17 +0200
commita288c6eceb47bca013b9c9ebf0c37e3260303654 (patch)
tree61c182aae3c4f487e4e25c8e846a1b649ab93e00 /test/test_func.py
parentabdb701148386536b3af783056045550bd6a97a3 (diff)
downloadpylint-a288c6eceb47bca013b9c9ebf0c37e3260303654.tar.gz
Porting tests over to the new framework.
Diffstat (limited to 'test/test_func.py')
-rw-r--r--test/test_func.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_func.py b/test/test_func.py
index 8a0d983..c6394a1 100644
--- a/test/test_func.py
+++ b/test/test_func.py
@@ -44,7 +44,8 @@ class LintTestNonExistentModuleTC(LintTestUsingModule):
class TestTests(testlib.TestCase):
"""check that all testable messages have been checked"""
- PORTED = set(['I0001', 'I0010', 'W0712', 'E1001', 'W1402', 'E1310', 'E0202'])
+ PORTED = set(['I0001', 'I0010', 'W0712', 'E1001', 'W1402', 'E1310', 'E0202',
+ 'W0711'])
@testlib.tag('coverage')
def test_exhaustivity(self):