Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PyCQA migration] Upgrade links to the repositories in code and doc (#8514) | Pierre Sassoulas | 2023-03-29 | 1 | -2/+2 |
| | |||||
* | [testutil] Remove unused variable from find_functional_tests | Pierre Sassoulas | 2023-03-28 | 1 | -3/+4 |
| | |||||
* | [testutil] Do not count files with leading underscores | Pierre Sassoulas | 2023-03-28 | 1 | -9/+15 |
| | |||||
* | [testutil] Display recursive call for crowded functional test dir | Pierre Sassoulas | 2023-03-28 | 1 | -8/+23 |
| | |||||
* | [testutil] Display all the crowded functional test dir at once | Pierre Sassoulas | 2023-03-28 | 1 | -5/+9 |
| | |||||
* | [testutil] Fix the algorithm for functional test discovery | Pierre Sassoulas | 2023-03-28 | 1 | -14/+30 |
| | |||||
* | [functional tests] Display all violations for disorganized directories | Pierre Sassoulas | 2023-03-28 | 1 | -6/+16 |
| | |||||
* | Make the order of introspected functional tests deterministic (#7602) | kriek | 2022-10-24 | 1 | -1/+3 |
| | |||||
* | Remove some words from custom dictionary and update spelling | Daniël van Noord | 2022-04-26 | 1 | -2/+2 |
| | |||||
* | Use ``python-typing-update`` on ``pylint/testutils`` directory | Daniël van Noord | 2022-04-14 | 1 | -5/+6 |
| | |||||
* | Add a pre-commit hook to check the copyright notice | Pierre Sassoulas | 2022-03-24 | 1 | -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 notice | Pierre Sassoulas | 2022-03-24 | 1 | -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 structure | Daniël van Noord | 2022-02-10 | 1 | -8/+60 |
| | |||||
* | Add typing to LintModuleOutputUpdate._check_output_text | Pierre Sassoulas | 2021-12-03 | 1 | -0/+1 |
| | | | | Better typing for test options and fix existing issue | ||||
* | Add a warning in functional test update for bad python versions | Pierre Sassoulas | 2021-12-03 | 1 | -1/+1 |
| | |||||
* | Move the function go retrieve test file to pylint.testutil.functional | Pierre Sassoulas | 2021-12-03 | 1 | -0/+30 |