summaryrefslogtreecommitdiff
path: root/tests/checkers/unittest_deprecated.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* Tighten design constraints (#8115)Nick Drozd2023-01-281-0/+1
* [pre-commit] Upgrade to black 23.1a1 with 2023's formatting (#7965)Pierre Sassoulas2022-12-271-2/+1
* Fix end_col_offset deprecation msg (#7823)Dani Alcala2022-11-221-1/+1
* Fix ``deprecated-method`` false positive with aliases (#7795)Dani Alcala2022-11-191-5/+21
* Remove ``IAstroidChecker`` from ``__implements__``Daniël van Noord2022-04-191-2/+1
* Use ``python-typing-update`` on second half of the ``tests`` directoryDaniël van Noord2022-04-141-8/+6
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-0/+4
* Check `node` location attributes in unittests and update tests (#5383)Daniël van Noord2021-12-131-0/+100
* Rename ``pylint.testutils.TestMessage`` to ``MessageTest`` (#5051)Daniël van Noord2021-09-201-26/+26
* Rename `pylint.testutil.Message` to `pylint.testutil.TestMessage` (#5043)Daniël van Noord2021-09-181-26/+26
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-041-29/+35
* Use absolute import qualified module name for deprecated module check (#4678)Matus Valo2021-07-061-1/+1
* Fix a syntax error in unittest_deprecated.py test codePierre Sassoulas2021-06-291-1/+1
* Added support for deprecated method aliasMatus Valo2021-06-291-0/+25
* Added deprecated decorators check (#4513)Matus Valo2021-05-271-0/+53
* Add Deprecated Class unittests (#4448)Matus Valo2021-05-081-0/+55
* Add support for checking deprecated class arguments. (#4425)Matus Valo2021-05-011-0/+24
* Move deprecated module checker to DeprecatedMixin (#4225)Matus Valo2021-03-171-0/+37
* Introduced deprecated attributesMatus Valo2021-03-061-22/+280
* DeprecatedMixin: Fix typos and order of base classes in testMatus Valo2021-02-211-1/+1
* Introduced DeprecatedMixinMatus Valo2021-02-211-0/+99