summaryrefslogtreecommitdiff
path: root/tests/testutils
Commit message (Collapse)AuthorAgeFilesLines
* Fix test decorator for `PyLinter` options (#5195)Daniël van Noord2021-10-221-0/+0
|
* Refactor and typing of OutputLine (#5060)Daniël van Noord2021-09-241-13/+14
| | | Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
* Type `add_message` and add `MessageLocationTuple` (#5050)Daniël van Noord2021-09-211-1/+1
| | | | | | * Type `add_message` and add `MessageLocationTuple` Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com> Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-041-18/+24
| | | | | | * Add mypy_extensions to requirement for ``NoReturn`` Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
| | | | * Fix link in license header * Update link to astroid bump_changelog
* Special case for python < 3.8 with worse AST handlingPierre Sassoulas2021-06-151-5/+15
|
* Remove dead code, always return the confidencePierre Sassoulas2021-06-151-19/+23
|
* Add unit tests for OutputLinePierre Sassoulas2021-06-151-0/+89