summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for inferring propertiesClaudiu Popa2019-12-043-3/+65
* Disable test on Python 3.8+ where the builtin ast does not have a specific errorClaudiu Popa2019-11-261-0/+8
* Retry parsing a module that has invalid type commentsClaudiu Popa2019-11-261-0/+25
* Scope the inference to the current bound node when inferring instances of cla...Claudiu Popa2019-11-251-0/+52
* Allow attribute assignment for exception instancesClaudiu Popa2019-11-171-0/+22
* Add support for inferring exception instances in all contextsClaudiu Popa2019-11-171-7/+17
* Infer args unpacking of ``self``Claudiu Popa2019-11-141-0/+19
* Allow inferring positional only arguments on Python 3.8Claudiu Popa2019-11-141-0/+26
* 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
* Spelling fixes (#706)Ville Skyttä2019-10-161-1/+1
* Moved tests out of package directory (#704)Ashley Whetter2019-10-15145-0/+17490