summaryrefslogtreecommitdiff
path: root/test/test_func.py
diff options
context:
space:
mode:
authorcpopa <devnull@localhost>2014-07-25 17:18:47 +0200
committercpopa <devnull@localhost>2014-07-25 17:18:47 +0200
commit331732cc5019f19a323e1176b58c1d8c82c5ced4 (patch)
tree404933345eb9d21600ea2282f308b8ecc3373111 /test/test_func.py
parentf99a41b44da0fc78682081393fdda3644ee7b799 (diff)
downloadpylint-331732cc5019f19a323e1176b58c1d8c82c5ced4.tar.gz
W0108 was ported.
Diffstat (limited to 'test/test_func.py')
-rw-r--r--test/test_func.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_func.py b/test/test_func.py
index c6394a1..51b6ba3 100644
--- a/test/test_func.py
+++ b/test/test_func.py
@@ -45,7 +45,7 @@ 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'])
+ 'W0711', 'W0108'])
@testlib.tag('coverage')
def test_exhaustivity(self):