summaryrefslogtreecommitdiff
path: root/astroid/tests/unittest_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-2/+3
|
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
|
* New function, astroid.extract_node, exported out from astroid.test_utils.Claudiu Popa2016-06-291-3/+2
|
* Convert all files to new license headerCeridwen2016-05-171-17/+3
|
* Revert "Try to solve the packaging issues again"Claudiu Popa2016-02-111-0/+124
| | | | This reverts commit d37b81de4f1e64abc2f222c487785d816ab469ea.
* Try to solve the packaging issues againCeridwen2016-02-081-124/+0
|
* Fix unpack_infer to fail if results are emptyDave Baum2016-01-151-1/+9
| | | | | This should prevent a StopIteration leaking when next is called over unpack_infer.
* Handle the cases when a List can contain Uninferable as its elementsClaudiu Popa2015-11-231-64/+78
| | | | | | | This can happen for instance when the list contains objects which weren't inferable in the first place. There were a bunch of places affected by this bug: unpack_infer, the inference of list additions and the handling of the namedtuple's fields.
* Move unpack_infer and are_exclusive into the interpreter namespace.Claudiu Popa2015-11-021-1/+1
|
* Move node_classes and scoped_nodes into the tree namespace.Claudiu Popa2015-11-011-1/+1
|
* Move all astroid modules into a its own directory, which is now the package.Torsten Marek2014-11-081-0/+102
python setup.py develop now works.