summaryrefslogtreecommitdiff
path: root/tests/message
Commit message (Expand)AuthorAgeFilesLines
* Add test for exclusivity of id names (#5615)Daniël van Noord2022-01-061-0/+48
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-211-4/+4
* Add ``end_lineno`` and ``end_col_offset`` to ``MessageLocationTuple`` (#5343)Daniël van Noord2021-11-221-0/+4
* Create a framework of functional tests for configuration files (#5287)Pierre Sassoulas2021-11-121-1/+1
* Type `add_message` and add `MessageLocationTuple` (#5050)Daniël van Noord2021-09-211-27/+22
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-045-40/+58
* Fix copyright links (#4647)Marc Mueller2021-07-015-5/+5
* Refactor register_message_definition to prevent circular importPierre Sassoulas2021-06-021-1/+5
* Changes after black updateMarc Mueller2021-04-261-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-115-5/+5
* Refactor MessageId Store with a better error messagePierre Sassoulas2021-04-091-2/+2
* Move from format() to f-string where it makes sensePierre Sassoulas2021-02-161-4/+4
* Remove import and rename file to use pytest's conftest.pyPierre Sassoulas2020-04-204-18/+5
* [tests lint] Fix all W0611 unused-import in pylint's own testsPierre Sassoulas2020-04-203-4/+6
* [tests lint] Fix all 'no-self-use' in pylint's own testsPierre Sassoulas2020-04-202-24/+30
* Get rid of a bunch of yoda conditions in tests (misplaced-comparison-constant)Pierre Sassoulas2020-04-201-2/+2
* [tests lint] Fix all W0612 unused-variable in pylint's own testsPierre Sassoulas2020-04-202-4/+4
* [tox] Extend the black check to the relevant parts in testsPierre Sassoulas2020-04-201-2/+2
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-245-12/+2
* Refactor file checking for a simpler parallel API (#3016)Janne Rönkkö2019-10-181-1/+5
* [tests.message] Add a test for multiple messages with the same old namePierre Sassoulas2019-09-102-0/+53
* [pylint.message] Simplification with 1-1 link between symbol and msgidPierre Sassoulas2019-08-192-161/+190
* [tests.message] Create a test for MessageDefinition __str__Pierre Sassoulas2019-08-191-0/+9
* [pylint.message] Create a MessageDefinition.check_msgid functionPierre Sassoulas2019-08-192-13/+19
* [pylint.message] Create a MessageIdStore classPierre Sassoulas2019-08-193-0/+149
* [pylint.message] Rename MessagesStore to MessageDefinitionStorePierre Sassoulas2019-08-092-5/+5
* [pylint.message] Add unittests for MessageDefinitionPierre Sassoulas2019-08-061-0/+85
* [pylint.message] Remove MessageStore.add_renamed_messagePierre Sassoulas2019-08-061-17/+0
* Test - Handle the case where the msgid does not existPierre Sassoulas2019-06-201-1/+3
* Test - Add unittest for MessageStore format helpPierre Sassoulas2019-06-201-0/+25
* Stopped installing tests with packageAshley Whetter2019-06-202-0/+266