summaryrefslogtreecommitdiff
path: root/tests/pyreverse/conftest.py
Commit message (Expand)AuthorAgeFilesLines
* 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