summaryrefslogtreecommitdiff
path: root/tests/test_scoped_nodes.py
Commit message (Collapse)AuthorAgeFilesLines
* Complete cache key for inference tip (#2158)Jacob Walls2023-05-061-3/+1
| | | | | 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-93/+0
|
* Fix the signature of ``infer_call_result``Daniel van Noord2023-04-251-1/+1
|
* Remove unused constants (#2141)Marc Mueller2023-04-241-8/+3
| | | | | | * Remove `PY38_PLUS` constant * Remove `BUILTINS` constants * Remove `Load` + `Store` + `Del` * Remove `BOOL_SPECIAL_METHOD`
* Drop support for Python 3.7 (#2137)Marc Mueller2023-04-231-5/+1
|
* Fix constructors of ``Module`` (#2133)Daniël van Noord2023-04-221-23/+0
|
* Fix constructors of ``ClassDef`` (#2130)Daniël van Noord2023-04-221-3/+17
|
* Fix constructors of ``FunctionDef``Daniël van Noord2023-04-221-3/+17
| | | | Co-authored-by: Nick Drozd <nicholasdrozd@gmail.com>
* Decouple ``FunctionDef`` and ``Lambda`` (#2115)Daniël van Noord2023-04-171-0/+33
| | | As discussed in #2112 we really need to decouple this nodes.
* [pre-commit.ci] pre-commit autoupdate (#2097)pre-commit-ci[bot]2023-04-041-1/+1
| | | | | | | | | * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.259 → v0.0.260](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.259...v0.0.260) - [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.0) Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Fix constructors of ``Arguments``Daniël van Noord2023-04-031-1/+5
|
* Don't add typing stubs for packages that we only use in tests (#2080)Daniël van Noord2023-04-031-1/+1
|
* [PyCQA migration] Upgrade links to the repositories in code and docPierre Sassoulas2023-03-291-6/+6
|
* Restore setting a Call as a base for classes using `six.with_metaclass` (#2049)Jacob Walls2023-03-261-0/+14
| | | | | | | | 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.
* [brain tests] Rename 'unittest' prefix to 'test'Pierre Sassoulas2023-02-091-0/+2893