summaryrefslogtreecommitdiff
path: root/tests/pyreverse/test_writer.py
Commit message (Expand)AuthorAgeFilesLines
* refactor pyreverse tests to use temporary directory (#8529)Andreas Finkler2023-04-021-15/+7
* [pyreverse] Bugfix: strip "/" at the end of the file (#8517)Alvaro Frias2023-04-021-0/+17
* Add Pyreverse option to exclude standalone nodes (#8520)Nick Drozd2023-04-021-0/+18
* [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-17/+0
* pyreverse: Add show-stdlib option (#8190)Avram Lubkin2023-03-101-0/+1
* Finish unfinished typing in non core directories (#7443)Daniël van Noord2022-09-091-1/+1
* Complete typing of all generic types (#7406)Daniël van Noord2022-09-041-11/+22
* Use ``python-typing-update`` on half of the ``tests`` directory (#6317)Daniël van Noord2022-04-141-2/+3
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-16/+1
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-2/+2
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-021-3/+1
* fix deleting files for pyreverse tests (#5476)Antonio Quarta2021-12-051-1/+7
* Add mermaidjs as format output for pyreverse (#5272)Antonio Quarta2021-12-031-0/+30
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-1/+1
* pyreverse - Add project modules to sys.path (#4856)Mark Byrne2021-10-171-16/+13
* 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
* Pylint reporter cleanup (#5003)Pierre Sassoulas2021-09-141-1/+1
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-041-19/+30
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-201-2/+2
* ``pyreverse``: Add option for colored output (#4850)Andreas Finkler2021-08-151-1/+44
* ``pyreverse``: add PlantUML output (#4846)Andreas Finkler2021-08-141-21/+24
* Convert ``get_project`` to a fixture instead of implementing it under ``pylin...DudeNr332021-08-091-8/+8
* Extract commonly used test helpers into ``conftest.py`` and a testutils compo...DudeNr332021-08-091-17/+8
* Extract tests for ``pylint.pyreverse.utils`` into own test module.DudeNr332021-08-091-108/+0
* Rename test files to follow the same conventions as other test modulesDudeNr332021-08-091-0/+256