Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pyreverse - Add project modules to sys.path (#4856) | Mark Byrne | 2021-10-17 | 1 | -1/+4 |
* | Move PyreverseConfig to pylint.testutil (#5013) | Pierre Sassoulas | 2021-09-15 | 1 | -45/+2 |
* | Add typing with `PyAnnotate` to `./tests` (#4950) | Daniƫl van Noord | 2021-09-04 | 1 | -4/+8 |
* | ``pyreverse``: Add option for colored output (#4850) | Andreas Finkler | 2021-08-15 | 1 | -0/+20 |
* | ``pyreverse``: add PlantUML output (#4846) | Andreas Finkler | 2021-08-14 | 1 | -0/+7 |
* | Convert ``get_project`` to a fixture instead of implementing it under ``pylin... | DudeNr33 | 2021-08-09 | 1 | -3/+18 |
* | Use custom class, as ``dataclasses`` was only introduced in Python 3.7. | DudeNr33 | 2021-08-09 | 1 | -17/+33 |
* | Use ``default_factory`` for mutable attribute. | DudeNr33 | 2021-08-09 | 1 | -3/+3 |
* | Extract commonly used test helpers into ``conftest.py`` and a testutils compo... | DudeNr33 | 2021-08-09 | 1 | -0/+36 |