summaryrefslogtreecommitdiff
path: root/test/unittest_python3.py
Commit message (Collapse)AuthorAgeFilesLines
* Simplify the lookup for the metaclass; add comments for the YES node tests.ancestorscpopa2014-04-301-0/+1
|
* Use specific assert in test, remove a required version.cpopa2014-04-251-1/+1
|
* Add tests for checking that YES is not leaked when retrieving the metaclass ↵cpopa2014-04-251-0/+10
| | | | of a Class node.
* Look in ancestors when a class node doesn't use an explicitly defined ↵cpopa2014-04-251-0/+28
| | | | metaclass (the metaclass of a class is a metaclass for all its subclasses).
* Test fixes.cpopa2014-03-041-2/+2
|
* Drop yield_from API, add a new YieldFrom node instead.cpopa2014-03-041-10/+26
|
* Add yield_from property for Yield nodes.cpopa2014-03-021-2/+24
|
* Move test to unittest_regrtest.cpopa2014-01-291-7/+0
|
* Merge with default.cpopa2014-01-261-1/+54
|\
| * Add Changelog entry regarding `metaclass`, add a new test for py3k.cpopa2013-12-181-1/+12
| |
| * Add test for .as_string.cpopa2013-08-141-0/+12
| |
| * Add tests.cpopa2013-08-131-0/+30
| |
* | Add support for ast NameConstant, added in Python 3.4.cpopa2013-12-161-0/+7
|/
* rename the project astroidDavid Douard2013-06-171-12/+12
|
* [test] use @require_version when possibleSylvain Th?nault2013-03-291-3/+2
|
* minor cleanups: drop copyright by me, update others to 2013, droip those in ↵Sylvain Th?nault2013-03-281-3/+1
| | | | dumb test data files, delete some trailing whitespaces
* Make Starred node extends ParentAssignTypeMixin as it can be part of Assign ↵FELD Boris2012-07-251-0/+46
ast node in python-3k. Closes #83138.