summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adds missing includehippo912021-02-071-0/+1
* Merge branch 'master' into masterhippo912021-02-075-7/+185
|\
| * Corrected the parent of function type comment nodesAshley Whetter2021-02-071-0/+13
| * Add support of 'six.with_metaclass' (#841)Francis Charette Migneault2021-02-071-0/+84
| * Julien palard mdk/class getitem (#885)hippo912021-01-241-0/+11
| * Merge branch 'sum_and_multiply' of https://github.com/hippo91/astroidsum_and_multiplyhippo912021-01-233-7/+8
| |\
| | * Merge branch 'master' into sum_and_multiplyhippo912020-06-2087-962/+725
| | |\
| | * \ Merge branch 'master' into sum_and_multiplyhippo912019-12-301-0/+6
| | |\ \
| | * | | Corrects the use of numpy.multiply functionhippo912019-12-301-1/+1
| | * | | Updates two tests that deal with the number of visits and the context.pathhippo912019-12-301-2/+3
| | * | | Insures that numpy functions returning arrays are inferred only as array and ...hippo912019-12-301-4/+2
| | * | | Add the test of functions add and multiplyhippo912019-12-281-0/+2
| * | | | 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
| |/ / / /
| * | | | ``is_generator`` correctly considers `Yield` nodes in `AugAssign` nodesClaudiu Popa2021-01-011-0/+11
| * | | | Fix a crash in inference caused by `Uninferable` container elementsClaudiu Popa2021-01-011-0/+14
* | | | | Remove required_version for 3.6 and belowDavid Gilman2020-12-3111-88/+0
* | | | | Add tox support for six-less environmentsDavid Gilman2020-12-311-0/+7
* | | | | Remove six from astroidDavid Gilman2020-12-305-48/+33
|/ / / /
* | | | Fix a bug for dunder methods inference of function objectsClaudiu Popa2020-12-301-0/+11
* | | | Add the function random that is an alias of random_samplehippo912020-12-291-0/+1
* | | | Adds the ufunc degrees and radians testshippo912020-12-291-0/+2