summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Move skip in `ArgumentsNodeTC` to correct function (#1222)Daniël van Noord2021-10-241-3/+3
* Add test for __members__ (#1216)Joshua Cannon2021-10-211-0/+15
* Bump astroid to 2.8.3, update changelogv2.8.3Pierre Sassoulas2021-10-1712-12/+13
* Fix regression with import resolver (#1211)Daniël van Noord2021-10-178-0/+9
* Fix crash with invalid field call (#1212)Marc Mueller2021-10-151-0/+17
* Revert "Fix regression with import resolver"Marc Mueller2021-10-128-7/+0
* Fix regression with import resolverDaniël van Noord2021-10-128-0/+7
* Add recognition of previous partial args/kwargs when chaining (#1209)Craig Franklin2021-10-101-0/+28
* Bump astroid to 2.8.2, update changelogv2.8.2Pierre Sassoulas2021-10-071-1/+1
* Bump astroid to 2.8.1, update changelogv2.8.1-rc1Pierre Sassoulas2021-10-0613-3/+17
* Fix regression introduced by #1186 and add tests (#1204)Daniël van Noord2021-10-065-0/+17
* Fix ``relative-beyond-top-level`` false positive (#1186)Daniël van Noord2021-10-055-0/+20
* Bug pylint 4326 (#1183)hippo912021-10-052-2/+110
* Improve brain for typing.Callable + typing.Type (#1192)Marc Mueller2021-09-291-2/+28
* Feature / Bug Fix: Brain for the stdlib signal module (#1172)SupImDos2021-09-291-0/+41
* continuing #839: Extend attrs brain to support provisional APIs (#1187)Jonathan Striebel2021-09-281-2/+23
* Bug pylint 4960 (#1176)hippo912021-09-251-0/+53
* Fix regression on Compare node inference (#1185)Daniël van Noord2021-09-211-0/+12
* Fix regression on ClassDef inference (#1181)Daniël van Noord2021-09-171-0/+5
* Add f-strings with `flynt`Daniël van Noord2021-09-1710-80/+47
* Fix all R6201: Consider using set for membershipPierre Sassoulas2021-09-171-2/+2
* Add typing to scope() (#1170)Daniël van Noord2021-09-154-4/+1
* Bump astroid to 2.8.0, update changelogv2.8.0Pierre Sassoulas2021-09-143-1/+3
* Add inference of Compare nodes (#979)Andrew Haigh2021-09-141-2/+257
* Add typing in tests directory (#1163)Pierre Sassoulas2021-09-1421-1133/+1338
* Fix crash on datafields (#1165)Daniël van Noord2021-09-131-0/+18
* Support pyz imports (#1161)grayjk2021-09-101-0/+15
* Recognize nested classes in classes inherited from NamedTupleDimitri Prybysh2021-09-061-0/+21
* Import from astroid.nodes everywhere in the testsPierre Sassoulas2021-09-046-77/+76
* Deprecate some default values for node init calls (#1157)Marc Mueller2021-09-022-4/+101
* astroid.context: import object one by one instead of the entire modulePierre Sassoulas2021-08-301-6/+14
* Bug pylint 3342 (#1148)hippo912021-08-291-0/+38
* Bug pylint 4896 (#1154)hippo912021-08-291-0/+106
* Fixed inference bug with chained attributes and inheritanceDavid Liu2021-08-281-0/+30
* Fixed inference bug with unbound inherited methodsDavid Liu2021-08-281-1/+126
* Fix bug in attribute inference from inside method calls.David Liu2021-08-282-3/+427
* Relax dataclass filter for Uninferable nodes. (#1144)David Liu2021-08-271-62/+131
* Add filter for abc.collections in dataclass inferenceDavid Liu2021-08-221-4/+5
* Generate synthetic __init__ method for dataclassesDavid Liu2021-08-201-0/+278
* Replace the constant BUILTINS by the string 'builtins'Pierre Sassoulas2021-08-199-53/+48
* Fix Cannot infer type of lambdaPierre Sassoulas2021-08-181-1/+1
* Fix Cannot resolve name "builder" (possible cyclic definition)Pierre Sassoulas2021-08-181-3/+3
* Fix expression has type "str", base class "_NodeTest" defined the type as "None"Pierre Sassoulas2021-08-181-1/+1
* Bump astroid to 2.7.1, update changelogv2.7.1Pierre Sassoulas2021-08-161-1/+1
* Restrict type inference of dataclass attributes. (#1130)David Liu2021-08-161-0/+60
* Bump astroid to 2.7.0, update changelogv2.7.0Pierre Sassoulas2021-08-156-6/+9
* Add inference tips for dataclass attributes (#1126)David Liu2021-08-162-45/+237
* Bug pylint 4060 (#1127)hippo912021-08-151-0/+30
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2021-08-121-1/+1
* Remove early return in _is_enum_subclassDavid Liu2021-08-121-5/+27