summaryrefslogtreecommitdiff
path: root/tests/testdata/python3
Commit message (Collapse)AuthorAgeFilesLines
* Recognize stub ``pyi`` Python files. (#2182)HEADmainMark Byrne2023-05-168-0/+0
| | | | | | | Recognize stub ``pyi`` Python files. Refs pylint-dev/pylint#4987 Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
* [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 ↵Pierre Sassoulas2023-01-101-0/+7
| | | | | | | | | | unexpectedly (#1959) * Add a unit test for broken __getattr__ in extension modules Co-authored-by: Florian Bruhin <me@the-compiler.org> Closes #1958
* Don't rely on the module cache when "importing self" (#1747)Daniël van Noord2022-08-231-0/+3
| | | Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
* Fixes #1717 - ignore FutureWarnings which are raised by pandas (#1719)Tim Paine2022-07-231-0/+22
| | | | | And probably other modules too.
* Provide first component of dotted path to namespace searches (#1575)Jacob Walls2022-05-303-0/+2
| | | | | | * Use first component of dotted path only in namespace searches * Add test and catch KeyError instead of altering search strategy
* Introduce end-of-line normalization (#1443)Pierre Sassoulas2022-03-041-2/+2
| | | Some file were formatted for Windows, which was a problem for #1441
* 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
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Fix regression with import resolver (#1211)Daniël van Noord2021-10-177-0/+1
| | | | | | * Fix regression with import resolver Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Revert "Fix regression with import resolver"Marc Mueller2021-10-127-1/+0
| | | | This reverts commit 02f8b1627ca488b231bb9efa8ad3e65c59fa6d83.
* 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
| | | This closes #1200
* Fix ``relative-beyond-top-level`` false positive (#1186)Daniël van Noord2021-10-054-0/+15
| | | * Fix ``relative-beyond-top-level`` false positive
* 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
| | | | | | | * [tests] adds a test for conditional definition lookup * [tests] duplicate the conditional def test into a sub package * add pyMOR example code and change test to only check for Uninferable Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Remove dependency on imp.Peter Kolbus2020-11-271-3/+1
|
* Prevent a recursion error to happen when inferring the declared metaclass of ↵Claudiu Popa2020-03-073-0/+20
| | | | | | a class Close #749
* Moved tests out of package directory (#704)Ashley Whetter2019-10-1559-0/+546