summaryrefslogtreecommitdiff
path: root/test/unittest_lint.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/unittest_lint.py')
-rw-r--r--test/unittest_lint.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/unittest_lint.py b/test/unittest_lint.py
index a65eb01..2f388fd 100644
--- a/test/unittest_lint.py
+++ b/test/unittest_lint.py
@@ -32,16 +32,6 @@ from pylint.testutils import TestReporter
from pylint.reporters import text
from pylint import checkers
-class SortMessagesTC(TestCase):
-
- def test(self):
- l = ['E0501', 'E0503', 'F0002', 'I0201', 'W0540',
- 'R0202', 'F0203', 'R0220', 'W0321', 'I0001']
- self.assertEqual(sort_msgs(l), ['E0501', 'E0503',
- 'W0321', 'W0540',
- 'R0202', 'R0220',
- 'I0001', 'I0201',
- 'F0002', 'F0203',])
class GetNoteMessageTC(TestCase):
def test(self):