summaryrefslogtreecommitdiff
path: root/tests/unittest_lookup.py
Commit message (Expand)AuthorAgeFilesLines
* Initial pass with ``pydocstringformatter`` over tests (#1949)Daniël van Noord2023-01-091-7/+8
* [pre-commit.ci] pre-commit autoupdate (#1726)pre-commit-ci[bot]2022-08-081-1/+1
* Fix ``pylint`` issues and remove useless disablesDaniël van Noord2022-07-061-1/+0
* Simplify hard to maintain copyright notice (#1441)Pierre Sassoulas2022-03-121-13/+1
* Fix F403 wildcart import used in astroid/__init__.py (#1271)Pierre Sassoulas2022-03-031-0/+1
* Bump astroid to 2.8.3, update changelogv2.8.3Pierre Sassoulas2021-10-171-1/+1
* Bump astroid to 2.8.1, update changelogv2.8.1-rc1Pierre Sassoulas2021-10-061-0/+1
* Add typing to scope() (#1170)Daniël van Noord2021-09-151-1/+0
* Add typing in tests directory (#1163)Pierre Sassoulas2021-09-141-55/+55
* Import from astroid.nodes everywhere in the testsPierre Sassoulas2021-09-041-4/+6
* Bump astroid to 2.7.0, update changelogv2.7.0Pierre Sassoulas2021-08-151-1/+1
* Remove use of deprecated node_classes and scoped_node API in astroidPierre Sassoulas2021-08-101-3/+4
* Bump astroid to 2.6.6, update changelogv2.6.6Pierre Sassoulas2021-08-031-1/+1
* Improve variable lookup to handle except clause variable scopeDavid Liu2021-08-021-0/+168
* Improve variable lookup to handle function parameters being overwrittenDavid Liu2021-08-021-1/+107
* Improve variable lookup to ignore exclusive statementsDavid Liu2021-08-021-0/+270
* Bump astroid to 2.6.4, update changelogPierre Sassoulas2021-07-201-1/+1
* Bump astroid to 2.6.3, update changelogv2.6.3Pierre Sassoulas2021-07-191-0/+2
* Support lookup in nested non-FunctionDef scopes (#1102)David Liu2021-07-191-0/+114
* Fix copyright links (#1084)Marc Mueller2021-07-011-1/+1
* Import exceptions from astroid.exceptions to avoid circular importsPierre Sassoulas2021-06-151-7/+12
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-191-4/+2
* Fix issue #891Pierre Sassoulas2021-04-101-1/+1
* Upgrade copyrite noticePierre Sassoulas2021-02-281-1/+2
* Use new style super when applicablePierre Sassoulas2021-02-211-1/+1
* Update copyright noticehippo912021-02-151-0/+1
* New copyright noticeshippo912020-12-271-1/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+3
* Moved tests out of package directory (#704)Ashley Whetter2019-10-151-0/+355