summaryrefslogtreecommitdiff
path: root/astroid/tests/unittest_brain_numpy.py
Commit message (Expand)AuthorAgeFilesLines
* Format according to Blackhippo912019-02-091-1/+4
* Refactors and generalizes unittests dealing with tuple or list inference of n...hippo912019-02-091-8/+16
* Add a unittest checking that the call to numpy.array function is not inferred...hippo912019-02-091-0/+71
* Initial formatting of astroidClaudiu Popa2018-10-021-133/+376
* Update the copyright noticesastroid-2.0Claudiu Popa2018-07-151-1/+3
* Reworking astroid numpy brain (#561)hippo912018-06-251-123/+65
* Fix lint errorsBryce Guinta2018-06-211-7/+7
* pylint appliedhippo912018-06-061-13/+24
* Enrichmend of the unittest to check if methods of the numpy types are correct...hippo912018-06-061-0/+111
* Enhancement of numpy brain to add missing types defined in numpy.core.numeric...hippo912018-01-301-0/+27
* Remove most of the copyright notices, since this file was written completely ...Claudiu Popa2017-11-111-6/+0
* Add of decorator to skip the tests if numy module is not presenthippo912017-11-111-1/+2
* Add of copyright and simplification of the mock to try to pass python3.3 CIhippo912017-11-111-2/+3
* Add of encoding utf-8 declarationhippo912017-11-111-0/+1
* Add of a class that wrapps the call to unittest.subTest method to handle diff...hippo912017-11-111-4/+61
* Introduction of numpy.random.mtrand functions signatures inside numpy brain +...hippo912017-11-111-35/+96
* Introduction of numpy.core.umath functions signatures inside numpy brain + ad...hippo912017-11-111-0/+127