summaryrefslogtreecommitdiff
path: root/astroid/tests
Commit message (Expand)AuthorAgeFilesLines
* Clean up spacing, typos, and add .hypothesis to .gitignoreCeridwen2016-04-071-1/+1
* Improve zipper's backwards compatibility and fix bugsCeridwen2016-03-111-3/+13
* Fully move tests to unittest and fix minor test issuesCeridwen2016-03-081-36/+38
* Add comments and docstrings to the zipper and the testsCeridwen2016-03-081-12/+64
* Add the remaining parts of the traversal API and tests for itCeridwen2016-03-081-8/+137
* Replace None with Empty in the ASTs and refactor the zipper tests to work wit...Ceridwen2016-03-024-34/+49
* Revise zipper tests for speed and to be more accurate about what is being testedCeridwen2016-02-211-57/+51
* Merge testdata changes and Parameter nodes into zipper.Ceridwen2016-02-1588-562/+133
|\
| * Merge pull request #314 from PyCQA/arguments-215Claudiu Popa2016-02-134-18/+31
| |\
| | * Changed the way how parameters are being builtClaudiu Popa2016-02-134-18/+31
| * | Move testdata back into tests.Claudiu Popa2016-02-1344-16/+597
| * | Revert "Try to solve the packaging issues again"Claudiu Popa2016-02-1118-0/+10695
| * | Try to solve the packaging issues againCeridwen2016-02-0818-10695/+0
| |/
| * Move testdata/ to the top level; closes #312Ceridwen2016-01-2481-1025/+2
| * Don't set the fromlineno of parents or children for nodes without it setClaudiu Popa2016-01-252-8/+8
* | First version of Hypothesis tests for the zipper; unfinished, but works well ...Ceridwen2016-02-151-0/+76
|/
* Fix unpack_infer to fail if results are emptyDave Baum2016-01-151-1/+9
* Support accessing properties using super().Claudiu Popa2016-01-151-0/+18
* Enforce strong updates per frames.Claudiu Popa2016-01-121-3/+3
* Refactor Compare nodes to have two sequences, ops and comparators, correspond...Ceridwen2016-01-081-1/+1
* Use keys and values as separate arguments for nodes.DictClaudiu Popa2016-01-041-0/+12
* Add .builtins() method to the manager, for retrieving the builtins module. Cl...Claudiu Popa2016-01-041-0/+4
* Lambda is no longer at the top of the FunctionDef.Claudiu Popa2016-01-031-1/+12
* Remove the old aliases for ass_type / file_bytes / file and nodes.Claudiu Popa2016-01-031-142/+0
* file_stream is no more, using .stream() is the recommended way to obtain a mo...Claudiu Popa2016-01-021-24/+4
* Remove do_import_module and real_name from ImportFrom and Import nodes.Claudiu Popa2016-01-022-8/+24
* Move qname() definition into a separate mixinClaudiu Popa2015-12-301-0/+5
* Move lookup specific bits into interpreter.lookupClaudiu Popa2015-12-292-3/+5
* Add a new possible property-descriptor, lazy.Claudiu Popa2015-12-291-1/+5
* Add support for inference on threading.LockLaura Médioni2015-12-291-0/+15
* The slots() method conflates all the slots from the ancestors into a list of ...Claudiu Popa2015-12-291-0/+27
* Add test for issue #265.Laura Médioni2015-12-291-0/+9
* Use printf-style formatting in as_string, in order to avoid a potential probl...Claudiu Popa2015-12-291-0/+17
* Add support for handling Uninferable nodes when calling as_stringClaudiu Popa2015-12-291-0/+10
* Enable the warnings in tests through a context managerClaudiu Popa2015-12-113-14/+15
* Some nodes got a new attribute, 'ctx', which tells in which context the said ...Claudiu Popa2015-12-081-0/+49
* relative_to_absolute_name will now raise TooManyLevelsError when a relative i...Claudiu Popa2015-12-061-0/+13
* AstroidBuildingException is now AstroidBuildingError, the former being remove...Claudiu Popa2015-12-063-8/+8
* Add two new exceptions, AstroidImportError and AstroidSyntaxError.Claudiu Popa2015-12-063-2/+8
* assigned_stmts methods have the same signature from now on.Claudiu Popa2015-12-051-0/+16
* Merge divergent bookmarks.Claudiu Popa2015-11-261-7/+9
|\
| * Make enum tests use inference for InterpreterObjectsCeridwen2015-11-231-7/+9
* | Handle the cases when a List can contain Uninferable as its elementsClaudiu Popa2015-11-233-65/+102
|/
* Clean up debug statements and fix trivial test failuresCeridwen2015-11-221-1/+1
* Fix namedtuple_advanced_inference to account for namedtuple mock ASTs now hav...Ceridwen2015-11-211-1/+1
* Fix class_methods test and some enum/namedtuple issuesCeridwen2015-11-211-2/+3
* Delete whitespace and debug statementsCeridwen2015-11-201-2/+0
* Fix bugs introduced during modular-locals mergeCeridwen2015-11-191-0/+2
* Fix TypeErrors for old-style classes for __slots__ and MROsCeridwen2015-11-171-2/+2
* Fixed bugs introduced by merging modular-locals into 2.0.Ceridwen2015-11-171-0/+1