summaryrefslogtreecommitdiff
path: root/tests/reporters
Commit message (Collapse)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-292-4/+4
|
* [Reporter] Remove 'set_output' in favor of reporter.outPierre Sassoulas2023-03-081-12/+0
|
* Fixes custom braces in user-provided msg-template. (#7976)Dani Alcala2022-12-271-6/+19
| | | | | Closes #5636 Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Fail pytest runs on warnings (#7809)Jacob Walls2022-11-231-0/+1
| | | | | | | | | | | * Catch DeprecationWarning in pyreverse Follow-up to #6869 * Patch use of deprecated `astroid.node_classes` in test * Ignore DeprecationWarning in test_parseable_output_regression Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Fix: reporters receive copy of message (#7620)Smixi2022-10-311-1/+47
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Turn on ``mypy`` strict mode šŸŽ‰ (#7448)DaniĆ«l van Noord2022-09-091-1/+1
| | | | | | | | | | * Ignore subclasses of Any * Add ignores for imported code and remove casts * Add disables for uninferable return values * Turn on ``mypy`` strict mode
* Finish unfinished typing in non core directories (#7443)Daniƫl van Noord2022-09-092-12/+16
| | | | | | | | * Add typing to setup calls in documentation folder * Finish some incomplete typing signatures in script * Add typing to unfinished signatures in the tests directory
* Finish some incomplete typing signatures (#7442)Daniƫl van Noord2022-09-091-4/+4
|
* Turn on ``check-untyped-defs`` in ``mypy`` (#7407)Daniƫl van Noord2022-09-091-2/+3
|
* [pylint.message] Add a location attribute to 'pylint.Message'Pierre Sassoulas2022-06-291-1/+1
|
* [JsonReporter] Add serialization functions to JsonReporterPierre Sassoulas2022-06-291-0/+37
|
* [reporters] Move the reporter tests in 'tests.reporter'Pierre Sassoulas2022-06-292-0/+441