summaryrefslogtreecommitdiff
path: root/tests/functional/t/typing_generic.py
Commit message (Collapse)AuthorAgeFilesLines
* [cleanup] Upgrade more doc following the PyCQA migrationPierre Sassoulas2023-03-311-1/+1
|
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-1/+1
|
* Move no-self-use to optional extension (#6448)Marc Mueller2022-05-051-1/+1
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Add regression test for no-member with generic base class (#4471)Marc Mueller2021-05-301-1/+19
|
* Update ``astroid`` to 2.5.3 (#4334)Marc Mueller2021-04-101-0/+14
* Add test case for typing.Generic with ABCMeta