diff options
author | Torsten Marek <shlomme@gmail.com> | 2014-07-25 15:32:17 +0200 |
---|---|---|
committer | Torsten Marek <shlomme@gmail.com> | 2014-07-25 15:32:17 +0200 |
commit | a288c6eceb47bca013b9c9ebf0c37e3260303654 (patch) | |
tree | 61c182aae3c4f487e4e25c8e846a1b649ab93e00 /test/test_func.py | |
parent | abdb701148386536b3af783056045550bd6a97a3 (diff) | |
download | pylint-a288c6eceb47bca013b9c9ebf0c37e3260303654.tar.gz |
Porting tests over to the new framework.
Diffstat (limited to 'test/test_func.py')
-rw-r--r-- | test/test_func.py | 3 |
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): |