summaryrefslogtreecommitdiff
path: root/tests/pyreverse/conftest.py
Commit message (Expand)AuthorAgeFilesLines
* Add Pyreverse option to exclude standalone nodes (#8520)Nick Drozd2023-04-021-0/+8
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* pyreverse: drop support for .vcg format (#8426)Andreas Finkler2023-03-101-7/+0
* Support Implicit Namespace Packages (PEP 420) (#8153)Alexey Pelykh2023-02-091-2/+2
* Complete typing of all generic types (#7406)Daniël van Noord2022-09-041-2/+3
* Use ``python-typing-update`` on half of the ``tests`` directory (#6317)Daniël van Noord2022-04-141-2/+4
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-0/+4
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-1/+1
* Add mermaidjs as format output for pyreverse (#5272)Antonio Quarta2021-12-031-0/+16
* pyreverse - Add project modules to sys.path (#4856)Mark Byrne2021-10-171-1/+4
* Move PyreverseConfig to pylint.testutil (#5013)Pierre Sassoulas2021-09-151-45/+2
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-041-4/+8
* ``pyreverse``: Add option for colored output (#4850)Andreas Finkler2021-08-151-0/+20
* ``pyreverse``: add PlantUML output (#4846)Andreas Finkler2021-08-141-0/+7
* Convert ``get_project`` to a fixture instead of implementing it under ``pylin...DudeNr332021-08-091-3/+18
* Use custom class, as ``dataclasses`` was only introduced in Python 3.7.DudeNr332021-08-091-17/+33
* Use ``default_factory`` for mutable attribute.DudeNr332021-08-091-3/+3
* Extract commonly used test helpers into ``conftest.py`` and a testutils compo...DudeNr332021-08-091-0/+36