summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Do not use deprecated assertion method.Torsten Marek2014-08-221-1/+1
* Simplify brain module for the Python stdlib, but make sure that inference sti...Torsten Marek2014-08-221-0/+18
* Don't crash when trying to infer unbound object.__new__ call. Closes issue #11.cpopa2014-08-211-0/+15
* Fix an infinite loop in the inference, by returning a copy of instance attrib...cpopa2014-08-201-0/+29
* The inference engine handles binary operations (add, mul etc.) between instan...cpopa2014-08-131-0/+58
* Name inference will lookup in the parent function of the current scope, in ca...cpopa2014-08-111-0/+17
* Set the parent of vararg and kwarg nodes when inferring them. Closes issue #43.cpopa2014-07-291-0/+20
* Fix a crash occurred when inferring decorator call chain. Closes issue #42.cpopa2014-07-281-0/+18
* Skip the test either if the platform is Windows or if we are running through ...cpopa2014-07-251-4/+6
* Skip a test on Windows and Python 3.cpopa2014-07-251-2/+4
* Fix the test order issue by clearing the cache once more after unittest_regrt...Torsten Marek2014-07-241-0/+4
* Function nodes can detect decorator call chain and see if they are decorated ...cpopa2014-07-241-0/+41
* Return new classes when inferring calls to type(name, bases, ns) and its subt...Torsten Marek2014-07-241-0/+12
* Fix names grabed using wildcard import in "absolute import mode"Sylvain Th?nault2014-07-244-1/+16
* more test fixes to avoid inter-dependency issuesSylvain Th?nault2014-07-243-10/+6
* attempt to fix a failure only occuring on the drone.io platformSylvain Th?nault2014-07-241-0/+6
* cleanup and fix modutils tests (among other, logilab.common.modutils was stil...Sylvain Th?nault2014-07-243-55/+60
* backport (most of) logilab.common.modutils and related tests into astroid itselfSylvain Th?nault2014-07-2313-8/+298
* ASTWalker has been removed from the inheritance tree on the pylint sideSylvain Th?nault2014-07-231-1/+1
* Expose function annotation to astroid. `Arguments` node exposes 'varargannota...cpopa2014-07-131-6/+42
* Make islots private.cpopa2014-07-031-1/+0
* Merge with default.cpopa2014-07-032-11/+53
|\
| * test: Add test_parent_metaclass for python3Julien Cristau2014-06-301-0/+13
| * Stop looking at the __metaclass__ class attribute for python3Julien Cristau2014-06-302-5/+13
| * Handle __metaclass__ defined at the module levelJulien Cristau2014-06-101-7/+28
* | Add `slots` and `islots` methods to Class nodes.cpopa2014-06-041-0/+61
|/
* Function nodes can detect if they are decorated with subclasses of builtin de...cpopa2014-05-071-0/+31
* Simplify the lookup for the metaclass; add comments for the YES node tests.ancestorscpopa2014-04-302-0/+2
* Merge with default.cpopa2014-04-291-0/+16
|\
| * Add future imports to Module.future_imports.Torsten Marek2014-04-251-0/+16
* | Use specific assert in test, remove a required version.cpopa2014-04-252-3/+2
* | Add tests for checking that YES is not leaked when retrieving the metaclass o...cpopa2014-04-252-0/+20
* | Look in ancestors when a class node doesn't use an explicitly defined metacla...cpopa2014-04-252-0/+58
|/
* test: stop using logilab.common.shellutils.ExecuteJulien Cristau2014-02-034-19/+19
* Merge with default.cpopa2014-04-222-0/+24
|\
| * Skip the same infered nodes as the base class in _is_metaclass. Closes issue ...cpopa2014-04-222-0/+24
* | Merged in PCManticore/astroid/ancestors (pull request #29)Sylvain Th?nault2014-04-171-0/+36
|\ \ | |/ |/|
| * Fix argument search for methods and classmethods.cpopa2014-04-131-0/+36
* | Add note in test regarding the .ancestors() fix. Check the _type of a base cl...cpopa2014-04-151-0/+3
* | Unwrap instances found in `.ancestors()`, by using their _proxied class. Don'...cpopa2014-04-122-0/+10
|/
* Skip a test that uses multi-arg with on 2.6.Eevee (Alex Munroe)2014-03-211-0/+1
* fix failing test when the whole test are executed, due to caching issueSylvain Th?nault2014-04-081-0/+1
* fix crash when class has some __call__ method that is not inferable. Closes #17Sylvain Th?nault2014-04-081-1/+17
* delete trailing whitespacesSylvain Th?nault2014-04-081-7/+7
* Fix tests for Python 3 and Windows.cpopa2014-04-022-3/+10
* Backout changeset.cpopa2014-04-021-23/+1
* Merged logilab/astroid into defaultClaudiu Popa2014-04-023-39/+66
|\
| * Merged in flyingsheep/astroid (pull request #15)Sylvain Th?nault2014-03-267-44/+304
| |\
| | * call transformation for builtin modules as well (though not yet for their chi...Sylvain Th?nault2014-03-191-0/+13
| | * [test] fix unexpected replaceSylvain Th?nault2014-03-191-38/+38