summaryrefslogtreecommitdiff
path: root/pylint/testutils/functional/find_functional_tests.py
Commit message (Collapse)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
|
* [testutil] Remove unused variable from find_functional_testsPierre Sassoulas2023-03-281-3/+4
|
* [testutil] Do not count files with leading underscoresPierre Sassoulas2023-03-281-9/+15
|
* [testutil] Display recursive call for crowded functional test dirPierre Sassoulas2023-03-281-8/+23
|
* [testutil] Display all the crowded functional test dir at oncePierre Sassoulas2023-03-281-5/+9
|
* [testutil] Fix the algorithm for functional test discoveryPierre Sassoulas2023-03-281-14/+30
|
* [functional tests] Display all violations for disorganized directoriesPierre Sassoulas2023-03-281-6/+16
|
* Make the order of introspected functional tests deterministic (#7602)kriek2022-10-241-1/+3
|
* Remove some words from custom dictionary and update spellingDaniël van Noord2022-04-261-2/+2
|
* Use ``python-typing-update`` on ``pylint/testutils`` directoryDaniël van Noord2022-04-141-5/+6
|
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
| | | | | Fix the existing file so they have a notice. No header for setup.py or examples or doc
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-0/+1
| | | | | | git is the source of truth for the copyright, copyrite (the tool) was taking exponentially longer with each release, and it's polluting the code with sometime as much as 50 lines of names.
* Check functional test directory for correct structureDaniël van Noord2022-02-101-8/+60
|
* Add typing to LintModuleOutputUpdate._check_output_textPierre Sassoulas2021-12-031-0/+1
| | | | Better typing for test options and fix existing issue
* Add a warning in functional test update for bad python versionsPierre Sassoulas2021-12-031-1/+1
|
* Move the function go retrieve test file to pylint.testutil.functionalPierre Sassoulas2021-12-031-0/+30