summaryrefslogtreecommitdiff
path: root/test/test_func.py
diff options
context:
space:
mode:
authorTorsten Marek <shlomme@gmail.com>2014-07-26 19:09:55 +0200
committerTorsten Marek <shlomme@gmail.com>2014-07-26 19:09:55 +0200
commitf0156c24770d69662b77810b5ea3250f26fbce03 (patch)
treee8d2b6c6cf716de5551df1cd288f09d40cb06468 /test/test_func.py
parent727e1c2034da936f8560827e75b33a34983fbd39 (diff)
downloadpylint-f0156c24770d69662b77810b5ea3250f26fbce03.tar.gz
Converted more test cases to the new test framework.
Diffstat (limited to 'test/test_func.py')
-rw-r--r--test/test_func.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/test_func.py b/test/test_func.py
index 225efc8..887ffe4 100644
--- a/test/test_func.py
+++ b/test/test_func.py
@@ -45,7 +45,9 @@ class LintTestNonExistentModuleTC(LintTestUsingModule):
class TestTests(testlib.TestCase):
"""check that all testable messages have been checked"""
PORTED = set(['I0001', 'I0010', 'W0712', 'E1001', 'W1402', 'E1310', 'E0202',
- 'W0711', 'W0108', 'C0112'])
+ 'W0711', 'W0108', 'E0603', 'W0710', 'E0710', 'E0711', 'W1001',
+ 'E1124', 'E1120', 'E1121', 'E1123', 'E1003', 'E1002', 'W0212',
+ 'W0109', 'E1004', 'W0604', 'W0601', 'W0602', 'C0112', 'C0330'])
@testlib.tag('coverage')
def test_exhaustivity(self):