summaryrefslogtreecommitdiff
path: root/tests/brain
Commit message (Collapse)AuthorAgeFilesLines
* Remove pylint disables and resolves TODO in pylintrc (#2175)Jacob Walls2023-05-121-1/+1
|
* Complete cache key for inference tip (#2158)Jacob Walls2023-05-061-8/+2
| | | | | The cache key was lacking the `context` arg. Co-authored-by: Sylvain Ackermann <sylvain.ackermann@gmail.com>
* Remove deprecated doc attribute (#2154)Marc Mueller2023-04-251-3/+0
|
* Add ``attr.Factory`` to the recognized class attributes for classes ↵Mark Byrne2023-04-191-1/+7
| | | | | | decorated with ``attrs``. Closes pylint-dev/pylint#4341
* Port property-related workaround from `infer_functiondef` to ↵Jacob Walls2023-04-161-0/+8
| | | | `infer_property` (#2119)
* Don't add typing stubs for packages that we only use in tests (#2080)Daniël van Noord2023-04-034-4/+4
|
* Support attrs decorators even if they are imported from attrs (#2059)alm2023-04-011-2/+32
| | | | | Use inference to determine membership of ``attr(s)`` module Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
* [PyCQA migration] Upgrade links to the repositories in code and docPierre Sassoulas2023-03-2932-95/+95
|
* Restore setting a Call as a base for classes using `six.with_metaclass` (#2049)Jacob Walls2023-03-261-3/+2
| | | | | | | | Harden support for using enums as metaclasses. Fixes the crash in PyCQA/pylint#5935 by adopting the check for not-none bases as in ClassDef._inferred_bases without recausing the false positive reported in PyCQA/pylint#7506, which requires correct bases.
* Add xfailJacob Walls2023-03-121-0/+3
|
* [brain tests] Burst threading from the main filePierre Sassoulas2023-02-123-43/+54
|
* [brain tests] Burst pytest from the main filePierre Sassoulas2023-02-123-28/+34
|
* Fix '_infer_str_format_call' crash when the string it analyses are ↵Pierre Sassoulas2023-02-121-1/+20
| | | | | | | | uninferable (#2024) Closes PyCQA/pylint#8109
* [brain tests] Burst enum tests from the main filePierre Sassoulas2023-02-092-483/+496
|
* [brain tests] Burst typing extensions from the main filePierre Sassoulas2023-02-092-32/+41
|
* [brain tests] Burst attr from the main filePierre Sassoulas2023-02-092-181/+191
|
* [brain tests] Burst dateutil from the main filePierre Sassoulas2023-02-092-20/+29
|
* [brain tests] Burst nose from the main filePierre Sassoulas2023-02-092-35/+45
|
* [brain tests] Burst multiprocessing from the main filePierre Sassoulas2023-02-092-105/+115
|
* [brain tests] Burst six from the main filePierre Sassoulas2023-02-092-145/+156
|
* [brain tests] Burst named tuple from the main filePierre Sassoulas2023-02-092-300/+311
|
* [brain tests] Burst hashlib from the main filePierre Sassoulas2023-02-092-56/+64
|
* [brain tests] Rename 'unittest' prefix to 'test'Pierre Sassoulas2023-02-0921-0/+91
|
* [unittest brain] Remove unused unittest.mainPierre Sassoulas2023-02-099-36/+0
|
* [brain tests] Move the file to their dir and shorten namePierre Sassoulas2023-02-0921-0/+6763