summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2020-11-28 23:42:32 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2020-12-31 10:31:39 +0100
commit8c3dd492989d7b335a31d5b218f7b668b135b40c (patch)
treebdfd16f8f4741b5c1b09760612aa7f5ab4184c5d /tests
parenta7f5ded0506c6fb1bf78ced98551aa0572437e7b (diff)
downloadpylint-git-8c3dd492989d7b335a31d5b218f7b668b135b40c.tar.gz
Sort the result of the output display during functional tests
Diffstat (limited to 'tests')
-rw-r--r--tests/test_functional.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_functional.py b/tests/test_functional.py
index bad4a2502..79baef6bb 100644
--- a/tests/test_functional.py
+++ b/tests/test_functional.py
@@ -76,7 +76,6 @@ class LintModuleOutputUpdate(testutils.LintModuleTest):
return
emitted, remaining = self._split_lines(expected_messages, expected_output)
if emitted != actual_output:
-
remaining.extend(actual_output)
remaining.sort(key=lambda m: (m[1], m[0], m[3]))
warnings.warn(