summaryrefslogtreecommitdiff
path: root/tests/data/clientmodule_test.py
Commit message (Collapse)AuthorAgeFilesLines
* [__implements__] Remove everything related to the rejected PEP245 (#8404)Pierre Sassoulas2023-03-081-1/+0
|
* Fix pyreverse type hints for methods returning None (#5916)Téo Bouvard2022-03-191-0/+3
|
* Fix pyreverse type hinting for class methods (#5881)Téo Bouvard2022-03-091-0/+8
| | | | | | | | | | | | | | | * Fix pyreverse type hinting for class methods This commit fixes the alignment of arguments and their type annotations in pyreverse printer output. It does so by checking for the type of the current function rather than the name of the first argument. This allows class methods having a non-standard first argument (different from "self" or "cls") to be correctly serialized in class diagrams. * Add test for method with None args According to astroid docs, this happens for builtin functions implemented in C. In this case, we return an empty argument list.
* Handle has-a relationships for type-hinted arguments in class diagrams (#4745)Mark Byrne2021-07-301-2/+3
| | | | | | | * Pyreverse - Show class has-a relationships inferred from type-hints Closes #4744 Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Stopped installing tests with packageAshley Whetter2019-06-201-0/+29