summaryrefslogtreecommitdiff
path: root/tests/test_import_graph.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | Avoids backwards-incompatible changes. - Raise error if graphvis is not installed (instead of reporting success) - Fix tempfile creation bug when outputfile includes directories - Fix bug when using file extension that isn't 3 characters long - Fix confusing help text - Rename deprecated .dot extension to .gv - Default to .png if no extension is specified * Add typing to modified functions (and ignore mypy thinking codecs.open() returns an int) Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* 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
| | | | | | We skip these tests if/when we run benchmarking only (force sha update)
* Stopped installing tests with packageAshley Whetter2019-06-201-0/+83