summaryrefslogtreecommitdiff
path: root/tests/unittest_brain.py
Commit message (Expand)AuthorAgeFilesLines
* 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 import order in unittest_brain.pyPierre Sassoulas2021-04-191-8/+9
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-191-6/+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
* 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
* Fix issue #891Pierre Sassoulas2021-04-101-1/+1
* Modify infernce tip for typing.Generic and typing.Annotated with ``__class_ge...Marc Mueller2021-04-101-0/+50
* 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-281-1/+1
* Solves "Duplicates found in MROs" false positives. (#905, #916)Marc Mueller2021-02-281-0/+115
* Upgrade copyrite noticePierre Sassoulas2021-02-281-0/+2
* 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
* Move from % syntax to format or f-stringsPierre Sassoulas2021-02-211-15/+11
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Update copyright noticehippo912021-02-151-1/+3
* Move the unit test to unittest_brain because it needs sixhippo912021-02-121-0/+28
* Adds missing includehippo912021-02-071-0/+1
* Merge branch 'master' into masterhippo912021-02-071-0/+55
|\
| * Julien palard mdk/class getitem (#885)hippo912021-01-241-0/+11
| * Merge pull request #883 from hippo91/bug_pylint_4001hippo912021-01-231-0/+36
| |\
| | * Formatting according to blackhippo912021-01-201-2/+2
| | * Adds dochippo912021-01-191-0/+9
| | * Adds unittest for brain_type modulehippo912021-01-181-0/+27
| * | brain: Add `__class_getitem__` to `subprocess.Popen` starting from Python 3.9Damien Baty2021-01-181-0/+7
| |/
* | Remove required_version for 3.6 and belowDavid Gilman2020-12-311-9/+0
* | Add tox support for six-less environmentsDavid Gilman2020-12-311-0/+7
* | Remove six from astroidDavid Gilman2020-12-301-2/+10
|/
* New copyright noticeshippo912020-12-271-1/+2
* Do not crash when encountering starred assignments in enums.Claudiu Popa2020-12-261-0/+10
* Remove dependency on imp.Peter Kolbus2020-11-271-2/+4
* Squash one-off inference utility functions to help reduce recursion errors (#...Bryce Guinta2020-06-231-0/+16
* Separate string and bytes classes patching (#807)Claudiu Popa2020-06-231-0/+15
* Do not crash with SyntaxError when parsing namedtuples with invalid labelClaudiu Popa2020-05-011-0/+12
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-3/+11
* Infer the __len__ result of a subclass of an integerClaudiu Popa2020-03-101-4/+7
* Skip non ``Assign`` and ``AnnAssign`` nodes from enum reinterpretationClaudiu Popa2020-02-101-0/+15
* Allow inferring attributes of `HTTPStatus` callableClaudiu Popa2019-12-161-0/+9
* Moved tests out of package directory (#704)Ashley Whetter2019-10-151-0/+1977