summaryrefslogtreecommitdiff
path: root/tests/checkers/unittest_typecheck.py
Commit message (Expand)AuthorAgeFilesLines
* Fix `unused-import` to check`dummy-variables-rgx` (#8566)RSTdefg2023-04-121-1/+1
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-24/+1
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-1/+1
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-211-2/+4
* Check `node` location attributes in unittests and update tests (#5383)Daniël van Noord2021-12-131-0/+20
* Move ``no-member`` tests from ``TestTypeChecker`` (#5453)Daniël van Noord2021-12-031-115/+0
* Move various tests from ``TestTypeChecker`` to functional tests (#5455)Daniël van Noord2021-12-021-173/+0
* Fix checking of ``confidence`` in the unittests (#5376)Daniël van Noord2021-11-241-4/+15
* Rename ``pylint.testutils.TestMessage`` to ``MessageTest`` (#5051)Daniël van Noord2021-09-201-12/+12
* Rename `pylint.testutil.Message` to `pylint.testutil.TestMessage` (#5043)Daniël van Noord2021-09-181-12/+12
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-0/+1
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-041-25/+29
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-201-0/+1
* Improve invalid-metaclass error message for InstancesDavid Liu2021-08-191-0/+4
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-011-0/+1
* 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
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-1/+4
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Move from format() to f-string where it makes sensePierre Sassoulas2021-02-161-5/+3
* Remove six dependency from test suiteDavid Gilman2021-02-161-8/+3
* Too much test per class.Julien Palard2020-11-151-71/+76
* FIX: inferred.decorators does not exist on Module object.Julien Palard2020-11-151-0/+20
* Few more tests.Julien Palard2020-11-131-4/+7
* Refactor tests.Julien Palard2020-11-131-44/+36
* Adding two more tests, with stacks of decorators.Julien Palard2020-11-131-0/+60
* Handle class decorators during typing checks.Julien Palard2020-11-021-0/+57
* Update formatting following black and isort updatePierre Sassoulas2020-09-101-2/+1
* Sets up copyrighthippo912020-08-201-1/+2
* Switch to isort 5 for pylint's own codeDamien Baty2020-08-181-1/+1
* Remove the 'checker' in moved file namePierre Sassoulas2020-04-271-0/+358