summaryrefslogtreecommitdiff
path: root/tests/testdata
Commit message (Expand)AuthorAgeFilesLines
* Recognize stub ``pyi`` Python files. (#2182)HEADmainMark Byrne2023-05-168-0/+0
* [PyCQA migration] Upgrade links to the repositories in code and docPierre Sassoulas2023-03-293-3/+3
* Update submodule_path after finding an editable install (#2033)noah-weingarden2023-02-263-0/+74
* Ignore ``DeprecationWarnings`` for a test that tests old behaviour (#2037)Daniël van Noord2023-02-231-1/+5
* Fix a regression in 2.13.2 where a ``RunTimeError`` could be raised unexpecte...Pierre Sassoulas2023-01-101-0/+7
* Don't rely on the module cache when "importing self" (#1747)Daniël van Noord2022-08-231-0/+3
* Fixes #1717 - ignore FutureWarnings which are raised by pandas (#1719)Tim Paine2022-07-231-0/+22
* Provide first component of dotted path to namespace searches (#1575)Jacob Walls2022-05-303-0/+2
* Introduce end-of-line normalization (#1443)Pierre Sassoulas2022-03-041-2/+2
* Fix crash on inference of ``__dict__.items()`` of an imported module (#1367)Daniël van Noord2022-02-082-0/+12
* Fix crash on ``Super.getattr`` for previously uninferable attributes (#1370)Daniël van Noord2022-01-263-0/+151
* Fix regression with import resolver (#1211)Daniël van Noord2021-10-177-0/+1
* Revert "Fix regression with import resolver"Marc Mueller2021-10-127-1/+0
* Fix regression with import resolverDaniël van Noord2021-10-127-0/+1
* Fix regression introduced by #1186 and add tests (#1204)Daniël van Noord2021-10-064-0/+11
* Fix ``relative-beyond-top-level`` false positive (#1186)Daniël van Noord2021-10-054-0/+15
* Remove use of deprecated node_classes and scoped_node API in astroidPierre Sassoulas2021-08-101-1/+1
* Conditional test pickle (#935)René Fritze2021-08-052-0/+17
* Remove dependency on imp.Peter Kolbus2020-11-271-3/+1
* Remove unneeded python2 test dataDavid Cain2020-05-2159-546/+0
* Prevent a recursion error to happen when inferring the declared metaclass of ...Claudiu Popa2020-03-073-0/+20
* Moved tests out of package directory (#704)Ashley Whetter2019-10-15118-0/+1092