diff options
author | cpopa <devnull@localhost> | 2014-07-25 17:18:47 +0200 |
---|---|---|
committer | cpopa <devnull@localhost> | 2014-07-25 17:18:47 +0200 |
commit | 331732cc5019f19a323e1176b58c1d8c82c5ced4 (patch) | |
tree | 404933345eb9d21600ea2282f308b8ecc3373111 /test/test_func.py | |
parent | f99a41b44da0fc78682081393fdda3644ee7b799 (diff) | |
download | pylint-331732cc5019f19a323e1176b58c1d8c82c5ced4.tar.gz |
W0108 was ported.
Diffstat (limited to 'test/test_func.py')
-rw-r--r-- | test/test_func.py | 2 |
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): |