summaryrefslogtreecommitdiff
path: root/tests/pyreverse/test_diadefs.py
Commit message (Expand)AuthorAgeFilesLines
* Added escaping of vertical bar character in annotation labels (#8610)ViRuSTriNiTy2023-04-261-0/+2
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* pyreverse: Add show-stdlib option (#8190)Avram Lubkin2023-03-101-1/+45
* [__implements__] Remove everything related to the rejected PEP245 (#8404)Pierre Sassoulas2023-03-081-3/+1
* Feature: distinct Composition and Aggregation arrows (#7836)Alvaro Frias2022-11-271-1/+1
* Remove xfail from passing testsDaniël van Noord2022-10-021-2/+0
* Complete typing of all generic types (#7406)Daniël van Noord2022-09-041-5/+8
* [pyreverse test] Silence a deprecation warning for __implements__ (#7243)Pierre Sassoulas2022-07-301-1/+2
* Update `astroid` to 2.12 (#7153)Jacob Walls2022-07-131-4/+9
* Disable fixme for internal uses before we make it optional in #3512 (#6482)Pierre Sassoulas2022-05-011-1/+1
* Use ``python-typing-update`` on half of the ``tests`` directory (#6317)Daniël van Noord2022-04-141-4/+8
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-20/+1
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-7/+7
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-021-1/+2
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-211-1/+1
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-0/+2
* Modify sources along with results of pr review.Takahide Nojima2021-10-261-0/+2
* Spelling and grammar fixesVille Skyttä2021-09-171-1/+1
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-0/+1
* Move PyreverseConfig to pylint.testutil (#5013)Pierre Sassoulas2021-09-151-1/+1
* Fix PyreverseConfig imports in pyreverse's testsPierre Sassoulas2021-09-151-1/+1
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-041-13/+26
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-201-0/+2
* Use alias for astroid.nodes 04 (#4869)Marc Mueller2021-08-191-3/+3
* ``pyreverse``: add PlantUML output (#4846)Andreas Finkler2021-08-141-0/+2
* Convert ``get_project`` to a fixture instead of implementing it under ``pylin...DudeNr332021-08-091-5/+4
* Extract commonly used test helpers into ``conftest.py`` and a testutils compo...DudeNr332021-08-091-9/+9
* Rename test files to follow the same conventions as other test modulesDudeNr332021-08-091-0/+203