summaryrefslogtreecommitdiff
path: root/tests/test_import_graph.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* Complete typing of all generic types (#7406)Daniël van Noord2022-09-041-2/+2
* Fix option setting in our testsuiteDaniël van Noord2022-04-151-7/+3
* Use ``python-typing-update`` on half of the ``tests`` directory (#6317)Daniël van Noord2022-04-141-2/+4
* Replace .namespace with .config (#6316)Daniël van Noord2022-04-141-3/+3
* Do not use deprecated methods in ``PyLinter`` (#6293)Daniël van Noord2022-04-131-11/+9
* Use the ``argparse`` config handler in ``imports.py``Daniël van Noord2022-04-021-0/+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/+2
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-2/+2
* Refactor ``LinterStats`` (#5074)Daniël van Noord2021-10-071-2/+2
* Add typing to ``filepath`` (#4980)Daniël van Noord2021-09-161-1/+1
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-041-6/+8
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-201-0/+1
* Add unspecified-encoding checker #3826 (#4753)Daniël van Noord2021-07-281-1/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Bump pylint to 2.9.0-dev1, update changelogPierre Sassoulas2021-06-171-0/+1
* Fix existing codeMarc Mueller2021-06-101-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Skip test_missing_graphviz if graphviz is installed (#4270)Pierre Sassoulas2021-03-301-0/+4
* Prepare 2.7.3 release (#4261)pylint-2.7.32.7Pierre Sassoulas2021-03-291-0/+1
* Fix various problems with --import-graph filename parsing (#4259)Andrew Howe2021-03-291-3/+15
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-1/+2
* Fix all E741 ambiguous variable name 'l'Pierre Sassoulas2021-02-151-14/+13
* Fix PytestCollectionWarning: cannot collect test class TestReporterPierre Sassoulas2020-11-281-1/+1
* Sets up copyrighthippo912020-08-201-1/+2
* Switch to isort 5 for pylint's own codeDamien Baty2020-08-181-1/+1
* Disable redefined-outer-name necessary by design with pytestPierre Sassoulas2020-05-011-0/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+4
* [tests lint] Fix all W0702 bare-except in pylint's own testsPierre Sassoulas2020-04-201-1/+1
* Handles failing file-delete when skipping import_graph testsFrank Harrison2020-04-191-1/+5
* Stopped installing tests with packageAshley Whetter2019-06-201-0/+83