summaryrefslogtreecommitdiff
path: root/tests/message/unittest_message.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove import and rename file to use pytest's conftest.pyPierre Sassoulas2020-04-201-5/+0
| | | | Close #3493 see https://docs.pytest.org/en/2.7.3/plugins.html?highlight=re
* [tests lint] Fix all W0611 unused-import in pylint's own testsPierre Sassoulas2020-04-201-1/+4
|
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-2/+0
| | | | | | | | | | | | | using configuration: ```yaml - repo: https://github.com/asottile/pyupgrade rev: v2.1.0 hooks: - id: pyupgrade args: [--py3-plus, --keep-percent-format] exclude: ^tests/(extensions/data/|functional/|input/|regrtest_data/) ```
* [pylint.message] Simplification with 1-1 link between symbol and msgidPierre Sassoulas2019-08-191-137/+50
| | | | Also add a lot of unit tests.
* [pylint.message] Create a MessageDefinition.check_msgid functionPierre Sassoulas2019-08-191-13/+0
|
* [pylint.message] Rename MessagesStore to MessageDefinitionStorePierre Sassoulas2019-08-091-2/+2
| | | | We anticipate to have a MessageIdStore.
* Stopped installing tests with packageAshley Whetter2019-06-201-0/+156