summaryrefslogtreecommitdiff
path: root/tests/testutils/test_lint_module_output_update.py
Commit message (Collapse)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
|
* [testutil] Do not count files with leading underscoresPierre Sassoulas2023-03-281-2/+3
|
* [refactor] Separate assertion from setup in functional test's testPierre Sassoulas2023-03-281-21/+32
|
* [testutil] Add proper test for the functional tests helpersPierre Sassoulas2023-03-281-3/+69
|
* Update disallowed-name to flag module-level variables (#7808)Dani Alcala2023-01-251-1/+1
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Use ``python-typing-update`` on half of the ``tests`` directory (#6317)Daniƫl van Noord2022-04-141-6/+9
|
* 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.
* Add typing to LintModuleOutputUpdate._check_output_textPierre Sassoulas2021-12-031-1/+1
| | | | Better typing for test options and fix existing issue
* Add a warning in functional test update for bad python versionsPierre Sassoulas2021-12-031-0/+12
|
* Add unit tests for LintModuleOutputUpdatePierre Sassoulas2021-12-031-0/+63