summaryrefslogtreecommitdiff
path: root/tests/unittest_nodes.py
Commit message (Expand)AuthorAgeFilesLines
* Fix line too long in unittest_nodesPierre Sassoulas2021-04-191-2/+7
* Add an isort configuration in setup.cfg and apply itPierre Sassoulas2021-04-191-12/+5
* Fix redefining name 'astroid' from outer scopePierre Sassoulas2021-04-191-2/+2
* Fix issue #891Pierre Sassoulas2021-04-101-1/+1
* Upgrade copyrite noticePierre Sassoulas2021-02-281-0/+3
* Fix black issuesMarc Mueller2021-02-271-4/+2
* Use new style super when applicablePierre Sassoulas2021-02-211-1/+1
* Remove redundant open mode 'r' in opensPierre Sassoulas2021-02-211-2/+2
* Update copyright noticehippo912021-02-151-2/+3
* Merge branch 'master' into masterhippo912021-02-071-0/+24
|\
| * Corrected the parent of function type comment nodesAshley Whetter2021-02-071-0/+13
| * ``is_generator`` correctly considers `Yield` nodes in `AugAssign` nodesClaudiu Popa2021-01-011-0/+11
* | Remove required_version for 3.6 and belowDavid Gilman2020-12-311-12/+0
* | Remove six from astroidDavid Gilman2020-12-301-16/+2
|/
* `FunctionDef.is_generator` properly handles `yield` nodes in `If` tests (#799)Claudiu Popa2020-06-091-0/+13
* `FunctionDef.is_generator` properly handles `yield` nodes in `While` testsClaudiu Popa2020-05-121-0/+12
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+5
* Change test that expected as_string() to return a particular number of newlinesClaudiu Popa2020-03-101-7/+6
* Disable test on PyPy since we cannot get 7.2 easily without manually installi...Claudiu Popa2020-03-031-1/+7
* Can access positional only and keyword only argument type commentsAshley Whetter2020-01-111-0/+41
* ``nodes.Const.itered`` returns a list of ``Const`` nodes, not stringsClaudiu Popa2019-12-151-0/+9
* Fix as_string for f-strings (#709)Alex Hall2019-10-191-1/+16
* Fix as_string for attribute nodes with integer valuesAlex Hall2019-10-181-0/+8
* Fix async function definitions with decorators (#710)Alex Hall2019-10-181-0/+11
* Fix ClassDef.as_string() with keyword arguments, especially the metaclass (#707)Alex Hall2019-10-181-0/+26
* Moved tests out of package directory (#704)Ashley Whetter2019-10-151-0/+1220