summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add additional guards for sixMarc Mueller2021-04-241-0/+12
* Remove check for six tox-environmentMarc Mueller2021-04-241-7/+0
* Fix crash when evaluating typing.NamedTuple (#956)Marc Mueller2021-04-211-0/+26
* Add inference tip for ``typing.Tuple`` (#948)Marc Mueller2021-04-211-0/+13
* Fix line too long in unittest_nodesPierre Sassoulas2021-04-191-2/+7
* Fix useless suppression of no-memberPierre Sassoulas2021-04-191-3/+3
* Enable checks for and fix useless suppressionPierre Sassoulas2021-04-191-3/+2
* Fix import order in unittest_brain.pyPierre Sassoulas2021-04-191-8/+9
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-1921-109/+57
* Fix redefining name 'astroid' from outer scopePierre Sassoulas2021-04-191-2/+2
* Fix redefining name 'bases' from outer scopePierre Sassoulas2021-04-191-2/+1
* Fix Expression is assigned to nothingPierre Sassoulas2021-04-191-0/+1
* Fix Unused variable 'meth_inf'Pierre Sassoulas2021-04-191-1/+1
* Fix Unused variable 'ex'Pierre Sassoulas2021-04-191-2/+2
* Fix a yoda constant in unittest_regrtest.pyPierre Sassoulas2021-04-191-1/+1
* Fix legacy no-member by disabling the warningPierre Sassoulas2021-04-192-2/+6
* Remove conditional for having pytest, we have pytestPierre Sassoulas2021-04-191-3/+0
* Remove python < 3.4 compatibility code for enum modulePierre Sassoulas2021-04-191-18/+0
* Remove non-breaking whitespaces from the codebasePierre Sassoulas2021-04-181-1/+1
* Fix issue #891Pierre Sassoulas2021-04-1026-26/+26
* Upgrading pyupgrade in pre-commit configurationPierre Sassoulas2021-04-101-1/+1
* Modify infernce tip for typing.Generic and typing.Annotated with ``__class_ge...Marc Mueller2021-04-102-0/+189
* Better handling of generic aliases (#923)Marc Mueller2021-04-071-49/+167
* Use inference_tip for typing.TypedDict brain (#928)Marc Mueller2021-04-071-5/+2
* Bug pylint 4206 (#921)hippo912021-04-061-40/+250
* Prepare for 2.5.2 releaseastroid-2.5.2Pierre Sassoulas2021-03-287-1/+7
* Add testMarc Mueller2021-03-071-0/+6
* Removes dead codehippo912021-03-071-1/+0
* Reformats according to blackhippo912021-03-051-5/+20
* DIsables the test for ravel_multi_index because strangely it fails when numpy...hippo912021-03-051-1/+1
* Double the test by import numpy module without aliasing ithippo912021-03-051-75/+92
* Solves "Duplicates found in MROs" false positives. (#905, #916)Marc Mueller2021-02-281-0/+115
* Upgrade copyrite noticePierre Sassoulas2021-02-2826-20/+48
* Don't transform dataclass ClassVars (#914)Marc Mueller2021-02-281-0/+12
* Small improvementsMarc Mueller2021-02-281-3/+1
* Fix testsMarc Mueller2021-02-281-0/+3
* Improve typing.TypedDict inferenceMarc Mueller2021-02-281-0/+15
* Fix black issuesMarc Mueller2021-02-273-11/+14
* Numpy ufunc methods are also inferred as Uninferablehippo912021-02-211-1/+1
* Revert "Insures that numpy functions returning arrays are inferred only as ar...hippo912021-02-211-2/+4
* Revert "Updates two tests that deal with the number of visits and the context...hippo912021-02-211-3/+2
* Use new style super when applicablePierre Sassoulas2021-02-214-4/+4
* Remove redundant open mode 'r' in opensPierre Sassoulas2021-02-212-3/+3
* Remove old future import that are no longer requiredPierre Sassoulas2021-02-211-2/+0
* Move from % syntax to format or f-stringsPierre Sassoulas2021-02-2113-103/+68
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-2117-17/+1
* Update copyright noticehippo912021-02-1525-13/+38
* Move the unit test to unittest_brain because it needs sixhippo912021-02-122-28/+28
* The node.bases has not to be tweaked otherwise leads to false positive unused...hippo912021-02-121-0/+28
* Adds a test for property setterhippo912021-02-101-1/+10