Skip to content

Commit

Permalink
Remove functional test for message manager by id
Browse files Browse the repository at this point in the history
We do that because there was a problem with functional test see https://github.com/PyCQA/pylint/pull/3918\#issuecomment-735446281
  • Loading branch information
Pierre-Sassoulas committed Dec 31, 2020
1 parent 8c3dd49 commit 48f6442
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/functional/m/messages_managed_by_id.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
use-symbolic-message-instead:2::"Id 'C0111' is used to disable 'missing-docstring' message emission"
use-symbolic-message-instead:3::"Id 'C0102' is used to disable 'blacklisted-name' message emission"
use-symbolic-message-instead:6::"Id 'C0102' is used to disable 'blacklisted-name' message emission"
use-symbolic-message-instead:6::"Id 'R1711' is used to disable 'useless-return' message emission"
use-symbolic-message-instead:10::"Id 'C0111' is used to enable 'missing-docstring' message emission"
missing-function-docstring:10:test_enabled_by_id_msg:"Missing function or method docstring"

0 comments on commit 48f6442

Please sign in to comment.