summaryrefslogtreecommitdiff
path: root/tests/unittest_regrtest.py
Commit message (Expand)AuthorAgeFilesLines
* Move from % syntax to format or f-stringsPierre Sassoulas2021-02-171-1/+1
* Update copyright noticehippo912021-02-151-0/+2
* Merge branch 'master' into masterhippo912021-02-071-1/+1
|\
| * Merge branch 'sum_and_multiply' of https://github.com/hippo91/astroidsum_and_multiplyhippo912021-01-231-1/+1
| |\
| | * Merge branch 'master' into sum_and_multiplyhippo912020-06-201-14/+31
| | |\
| | * | Corrects the use of numpy.multiply functionhippo912019-12-301-1/+1
* | | | Remove required_version for 3.6 and belowDavid Gilman2020-12-311-2/+0
|/ / /
* | | Fix a bug for dunder methods inference of function objectsClaudiu Popa2020-12-301-0/+11
| |/ |/|
* | Fix a crash caused by a lookup of a monkey-patched method (#803)Claudiu Popa2020-06-161-0/+19
* | Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+2
* | Add a regression test for inferring self in lambdaClaudiu Popa2020-03-121-0/+12
* | Remove Python 2 specific testsClaudiu Popa2020-03-101-15/+0
|/
* Add support for inferring propertiesClaudiu Popa2019-12-041-1/+1
* Moved tests out of package directory (#704)Ashley Whetter2019-10-151-0/+330