summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Bump astroid to 2.9.3, update changelogv2.9.3Pierre Sassoulas2022-01-091-1/+2
* Fix finding packages without an ``__init__.py`` (#1333)Daniël van Noord2022-01-091-0/+25
* Bump astroid to 2.9.2, update changelogv2.9.2Alexander Shadchin2022-01-048-8/+8
* Bump astroid to 2.9.1, update changelogv2.9.1Pierre Sassoulas2021-12-318-4/+18
* Remove distutils path patching (#1321)Daniël van Noord2021-12-311-5/+0
* Add future=True to frame calls (#1305)Tushar Sadhwani2021-12-295-0/+30
* Fix frame() error on inferred node (#1263)Tushar Sadhwani2021-12-291-0/+8
* Fix dataclass inference for marshmallow_dataclass (#1298)Nicolas Noirbent2021-12-231-1/+3
* Create ``scoped_nodes`` module (#1302)Daniël van Noord2021-12-201-1/+1
* Make Module call the __init__ of NodeNG (#1262)Daniël van Noord2021-12-161-0/+12
* Fix typos (#1288)Kian Meng, Ang2021-12-134-5/+5
* Fix crash if a variable named "type" is subscripted in a generator expression...Jacob Walls2021-12-071-0/+5
* Upgrade to pylint 2.12 and enable ``for_any_all`` checker (#1277)Nick Drozd2021-11-273-7/+4
* Change order of decorators in tests (#1275)Daniël van Noord2021-11-241-1/+1
* Add ``future`` argument to all ``NodeNG.statement()`` calls (#1235)Daniël van Noord2021-11-241-2/+1
* Bump astroid to 2.9.0, update changelogv2.9.0Pierre Sassoulas2021-11-213-3/+3
* Add as_string visitor for Unknown node (#1268)Marc Mueller2021-11-211-0/+5
* Add end_lineno and end_col_offset to nodes (#1258)Marc Mueller2021-11-211-0/+1223
* Always treat __class_getitem__ as a classmethod (#1266)Dmitry Shachnev2021-11-211-0/+14
* Bump astroid to 2.8.6, update changelogv2.8.6Pierre Sassoulas2021-11-215-4/+6
* Add ``InferenceContext`` to ``ClassModel`` (#1257)Daniël van Noord2021-11-191-1/+21
* Remove forgotten debug ``print`` statement from testsDaniël van Noord2021-11-181-1/+0
* Skip test_oserror if six is installed (#1254)Keichi Takahashi2021-11-181-0/+8
* Filter ``DeprecationWarning`` in tests of deprecated methodsDaniël van Noord2021-11-181-0/+2
* Add additional flags to ``mypy`` config and update ``type: ignore``'s (#1248)Daniël van Noord2021-11-172-7/+7
* Bump astroid to 2.8.5, update changelogv2.8.5Pierre Sassoulas2021-11-124-5/+5
* Improve filtering of ``NamedExpr``, particularly within ``If`` nodes (#1233)Daniël van Noord2021-11-121-0/+35
* Fix crash on inference of __len__ (#1234)Daniël van Noord2021-11-081-0/+53
* Add typing and deprecation warnings to ``NodeNG.statement`` (#1217)Daniël van Noord2021-11-073-1/+15
* Small changes (#1232)Marc Mueller2021-11-061-1/+5
* Bump astroid to 2.8.4, update changelogv2.8.4Pierre Sassoulas2021-10-254-4/+5
* Refactor and add typing to ``NodeNG.frame()`` (#1225)Daniël van Noord2021-10-251-0/+51
* Add assignment expressions to correct ``locals`` for certain parents (#1213)Daniël van Noord2021-10-251-0/+75
* Change ``frame`` and ``scope`` of ``NamedExpr`` for certain parents (#1221)Daniël van Noord2021-10-241-0/+111
* 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