summaryrefslogtreecommitdiff
path: root/tests/pyreverse
Commit message (Expand)AuthorAgeFilesLines
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-256-2/+8
* Fix typo in pylintrc for useless-suppression (#5303)Daniël van Noord2021-11-231-1/+0
* Modify sources along with results of pr review.Takahide Nojima2021-10-2613-15/+43
* Fix exception of pyreverse in handling property function within a class.Takahide Nojima2021-10-261-0/+27
* pyreverse - Add project modules to sys.path (#4856)Mark Byrne2021-10-173-17/+48
* Spelling and grammar fixesVille Skyttä2021-09-171-1/+1
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-165-0/+5
* Move PyreverseConfig to pylint.testutil (#5013)Pierre Sassoulas2021-09-153-47/+4
* Fix PyreverseConfig imports in pyreverse's testsPierre Sassoulas2021-09-152-2/+2
* Pylint reporter cleanup (#5003)Pierre Sassoulas2021-09-141-1/+1
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-046-52/+83
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-031-2/+2
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-1/+1
* Bump pylint to 2.10.2-dev0, update changelogAshley Whetter2021-08-201-0/+1
* Bump pylint to 2.10.1, update changelogv2.10.1Ashley Whetter2021-08-201-0/+1
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-204-3/+8
* Use alias for astroid.nodes 04 (#4869)Marc Mueller2021-08-193-11/+13
* pyreverse - Handle a regression with typehints of type astroid.Subscript (#4859)Mark Byrne2021-08-186-3/+25
* ``pyreverse``: Add option for colored output (#4850)Andreas Finkler2021-08-158-22/+150
* ``pyreverse``: add PlantUML output (#4846)Andreas Finkler2021-08-149-22/+146
* Convert ``get_project`` to a fixture instead of implementing it under ``pylin...DudeNr332021-08-094-18/+31
* Update license link to point to main, not masterDudeNr332021-08-091-1/+1
* 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
* Add tests for ``Printer`` classes which are not covered yet implicitly throug...DudeNr332021-08-091-0/+32
* Extract commonly used test helpers into ``conftest.py`` and a testutils compo...DudeNr332021-08-094-27/+54
* Extract tests for ``pylint.pyreverse.utils`` into own test module.DudeNr332021-08-092-108/+119
* Rename test files to follow the same conventions as other test modulesDudeNr332021-08-093-2/+2
* Move tests for ``pyreverse`` into a own subdirectory.DudeNr332021-08-097-0/+678