summaryrefslogtreecommitdiff
path: root/astroid/tests/unittest_objects.py
Commit message (Expand)AuthorAgeFilesLines
* Add a new SuperError exception subclass, SuperArgumentTypeError, which is rai...Claudiu Popa2015-05-291-2/+4
* Fail when calling Super.super_mro if the object-or-type is not the expected t...Claudiu Popa2015-05-291-0/+11
* Update the rules for what descriptor is returned from a super(), depending on...Claudiu Popa2015-05-281-6/+59
* Add a new *inference object* called SuperClaudiu Popa2015-05-281-0/+380
* Add a new type of nodes, called *inference objects*.Claudiu Popa2015-05-191-0/+49