summaryrefslogtreecommitdiff
path: root/tests/message/unittest_message_definition.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* Use 'py-version' when accounting for max/min version of checker (#7580)Dani Alcala2022-10-131-5/+26
* Finish typing across the codebaseDaniël van Noord2022-09-091-1/+1
* Add support of sharing message in multiple checkers. Fix DeprecatedChecker ex...Matus Valo2022-06-161-2/+0
* Make ``linter`` non-optional for ``BaseChecker`` (#6188)Daniël van Noord2022-04-111-0/+4
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-0/+1
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-041-10/+10
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Move from format() to f-string where it makes sensePierre Sassoulas2021-02-161-4/+4
* [tests lint] Fix all 'no-self-use' in pylint's own testsPierre Sassoulas2020-04-201-2/+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-241-3/+1
* Refactor file checking for a simpler parallel API (#3016)Janne Rönkkö2019-10-181-1/+5
* [tests.message] Create a test for MessageDefinition __str__Pierre Sassoulas2019-08-191-0/+9
* [pylint.message] Create a MessageDefinition.check_msgid functionPierre Sassoulas2019-08-191-0/+19
* [pylint.message] Add unittests for MessageDefinitionPierre Sassoulas2019-08-061-0/+85