summaryrefslogtreecommitdiff
path: root/astroid/tests/unittest_nodes.py
Commit message (Expand)AuthorAgeFilesLines
* Moved tests out of package directory (#704)Ashley Whetter2019-10-151-1220/+0
* All type comments have as parent the corresponding `astroid` nodeClaudiu Popa2019-10-091-0/+21
* Remove redundant compatibility code (#693)Hugo van Kemenade2019-09-101-18/+6
* Fix typed_ast based tests for Python 3.8Claudiu Popa2019-07-101-2/+8
* Run f string debug test on Python 3.8+Claudiu Popa2019-07-101-0/+1
* Add a simple test for f-string debug modeClaudiu Popa2019-07-101-0/+6
* Add support for finding positional only arguments using the Arguments APIsClaudiu Popa2019-07-091-0/+15
* Grab only Constant strings for docstringsClaudiu Popa2019-07-061-0/+9
* Add test for extracting a doc to make sure we have it working on Python 3.8Claudiu Popa2019-07-061-0/+11
* Add support for Python 3.8's `NamedExpr` nodes, which is part of assignment e...Claudiu Popa2019-06-011-0/+25
* Can access per argument type comments (#667)Ashley Whetter2019-05-141-0/+39
* Skip test on Windows to get rid of a false positiveClaudiu Popa2019-03-201-1/+6
* Initial formatting of astroidClaudiu Popa2018-10-021-211/+273
* Reflect AST changes in Python 3.8.Serhiy Storchaka2018-09-301-4/+4
* pytest why are you being so weird? add missing reason keyword argumentClaudiu Popa2018-09-231-1/+1
* Use skipif instead of the missing skipunless and remove test for pygtkClaudiu Popa2018-09-231-2/+2
* Correct line numbering for f-strings for complex embedded expressionsClaudiu Popa2018-09-231-0/+14
* `async` functions are now inferred as `AsyncGenerator` when inferring their c...Claudiu Popa2018-08-161-0/+35
* Make sure that assign nodes can find ``yield`` statements in their valuesClaudiu Popa2018-08-101-0/+16
* Fix unused importClaudiu Popa2018-07-191-1/+1
* Check if we actually have typed_ast installed and skip the tests that need itClaudiu Popa2018-07-171-5/+5
* Update the copyright noticesastroid-2.0Claudiu Popa2018-07-151-2/+10
* Add a ChangeLog entry for the as_string() improvements and remove readlines callClaudiu Popa2018-07-051-1/+1
* Improve as_string output of operators, elif, with, return & docsbrendanator2018-07-051-2/+25
* Fix lintClaudiu Popa2018-07-031-0/+1
* Prevent Const copy resulting in recursionBryce Guinta2018-06-231-0/+8
* Fix pylint errorsClaudiu Popa2018-06-041-1/+1
* Add support for parsing function type commentsClaudiu Popa2018-06-041-0/+49
* Fix the operator, this should have been the other way aroundClaudiu Popa2018-05-241-1/+1
* kill aliases scheduled for removalClaudiu Popa2018-05-241-61/+8
* Add support for type comments (#548)Claudiu Popa2018-05-231-0/+62
* pyupgrade (#549)Anthony Sottile2018-05-221-1/+1
* Add _namespace_packages to pkg_resources brain tip and fix the lint errorsClaudiu Popa2018-03-301-1/+0
* add qname to Unknown node to avoid error in pylintBryce Guinta2018-03-261-0/+1
* Add name attribute to Unknown classBryce Guinta2018-03-261-0/+7
* Fix lint warningsClaudiu Popa2017-10-121-0/+6
* Add support for Python 3.6's annotated assignment nodesrr-2017-02-091-0/+47
* Make is_argument search kwonlyargs. (#386)Derek Gustafson2017-01-221-0/+9
* Remove flaky test.Claudiu Popa2016-11-211-8/+0
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-2/+6
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* New function, astroid.extract_node, exported out from astroid.test_utils.Claudiu Popa2016-06-291-14/+14
* Fix typosJakub Wilk2016-06-021-1/+1
* Convert all files to new license headerCeridwen2016-05-161-17/+3
* Add a new possible property-descriptor, lazy.Claudiu Popa2015-12-211-1/+5
* Cleanup pylint's warnings over astroid codebaseClaudiu Popa2015-12-141-20/+20
* Enable the warnings in tests through a context managerClaudiu Popa2015-12-111-10/+11
* Some nodes got a new attribute, 'ctx', which tells in which context the said ...Claudiu Popa2015-12-081-0/+50
* AstroidBuildingException is now AstroidBuildingError.Claudiu Popa2015-12-061-1/+1
* Add support for handling Uninferable nodes when calling as_stringClaudiu Popa2015-11-291-0/+10