summaryrefslogtreecommitdiff
path: root/tests/message/unittest_message.py
Commit message (Collapse)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
|
* [pylint.message] Add a location attribute to 'pylint.Message'Pierre Sassoulas2022-06-291-0/+2
|
* Use ``python-typing-update`` on second half of the ``tests`` directoryDaniël van Noord2022-04-141-1/+3
|
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
| | | | | Fix the existing file so they have a notice. No header for setup.py or examples or doc
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-0/+1
| | | | | | git is the source of truth for the copyright, copyrite (the tool) was taking exponentially longer with each release, and it's polluting the code with sometime as much as 50 lines of names.
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-211-4/+4
| | | | Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
* Add ``end_lineno`` and ``end_col_offset`` to ``MessageLocationTuple`` (#5343)Daniël van Noord2021-11-221-0/+4
|
* Type `add_message` and add `MessageLocationTuple` (#5050)Daniël van Noord2021-09-211-27/+22
| | | | | | * Type `add_message` and add `MessageLocationTuple` Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-041-2/+7
| | | | | | * Add mypy_extensions to requirement for ``NoReturn`` Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
| | | | * Fix link in license header * Update link to astroid bump_changelog
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
|
* 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