summaryrefslogtreecommitdiff
path: root/astroid/tests/unittest_brain_numpy.py
Commit message (Collapse)AuthorAgeFilesLines
* Format according to Blackhippo912019-02-091-1/+4
|
* Refactors and generalizes unittests dealing with tuple or list inference of ↵hippo912019-02-091-8/+16
| | | | numpy function calls
* Add a unittest checking that the call to numpy.array function is not ↵hippo912019-02-091-0/+71
| | | | inferred as a list or a tuple
* 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
| | | | | | Complete refoundation of the numpy_core_numerictypes_transform method thanks to a deep analysis of the numpy.core.numerictpyes module. The generated hierarchy of classes is closer to the real one.
* 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 ↵hippo912018-06-061-0/+111
| | | | correctly detected
* Enhancement of numpy brain to add missing types defined in ↵hippo912018-01-301-0/+27
| | | | numpy.core.numerictypes + add of corresponding unittest
* Remove most of the copyright notices, since this file was written completely ↵Claudiu Popa2017-11-111-6/+0
| | | | by @hippo91
* 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 ↵hippo912017-11-111-4/+61
| | | | different versions of python
* Introduction of numpy.random.mtrand functions signatures inside numpy brain ↵hippo912017-11-111-35/+96
| | | | + add of a dedicated unit test
* Introduction of numpy.core.umath functions signatures inside numpy brain + ↵hippo912017-11-111-0/+127
add of a dedicated unit test