summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add a regression test for issue #4631Pierre Sassoulas2021-06-303-0/+14
* Add a regression test for issue #4633Pierre Sassoulas2021-06-301-0/+22
* Bump pylint to 2.9.0, update changelog, add python 3.10 to package metav2.9.0Pierre Sassoulas2021-06-292-1/+2
* Add a regression test following issue #4610Pierre Sassoulas2021-06-291-1/+8
* Add a functional test for deprecated_methodsPierre Sassoulas2021-06-292-13/+22
* Fix a syntax error in unittest_deprecated.py test codePierre Sassoulas2021-06-291-1/+1
* Added support for deprecated method aliasMatus Valo2021-06-291-0/+25
* VariableChecker now accounts for attribute lookups in type comments (#4604)Sergei Lebedev2021-06-271-0/+20
* Add type annotations to pyreverse (#4551)Mark Byrne2021-06-261-1/+72
* Make a smarter check to avoid 'useless-type-doc' false positivePierre Sassoulas2021-06-253-6/+31
* Fix useless-type-doc false positive when args exist in the docstringPierre Sassoulas2021-06-252-0/+59
* Add regression tests for issue #2913Pierre Sassoulas2021-06-252-0/+20
* Fix a crash when a test function is decorated with ``@pytest.fixture`` (#4613)Pierre Sassoulas2021-06-231-0/+9
* Remove docs and code associated with the removed W0623 (redefine-in-handler) ...Lorena B2021-06-201-1/+1
* Recognize cached_property as property (#4594)Marc Mueller2021-06-193-0/+26
* Add a test for too-many-statements when modified by configurationPierre Sassoulas2021-06-173-3/+14
* No crash on bad plugin provided in configuration filePierre Sassoulas2021-06-174-0/+9
* Fix update a functional test with no expected outputPierre Sassoulas2021-06-171-1/+1
* Bump pylint to 2.9.0-dev1, update changelogPierre Sassoulas2021-06-1710-0/+12
* Add regression test from #2306 (#4570)Andrew Haigh2021-06-161-0/+11
* Add regression tests for Enum.name and .value inference (#4558)Andrew Haigh2021-06-161-0/+19
* 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
* Add handle_message in BaseReporter and add typingPierre Sassoulas2021-06-153-7/+2
* Add test case from issue #119 for easier resolutionPierre Sassoulas2021-06-142-0/+26
* Fix error with slice as subscript for dictMarc Mueller2021-06-132-0/+2
* Merge branch 'master' into misc-tasksPierre Sassoulas2021-06-123-0/+2
|\
| * Move consider-using-namedtuple-or-dataclass to CodeStyle extensionMarc Mueller2021-06-123-0/+2
* | Move remaining extension fixturesMarc Mueller2021-06-109-0/+0
* | Renamed code_style extension testMarc Mueller2021-06-103-0/+0
* | Moved typing extension testsMarc Mueller2021-06-1018-0/+0
|/
* Revert "Fix existing tests"Marc Mueller2021-06-1013-44/+44
* Move to new extension CodeStyleCheckerMarc Mueller2021-06-103-0/+2
* Change to consider-using-tupleMarc Mueller2021-06-104-9/+9
* Fix existing testsMarc Mueller2021-06-1013-44/+44
* Fix existing codeMarc Mueller2021-06-106-13/+13
* Add new checker consider-using-tuple-iteratorMarc Mueller2021-06-102-0/+33
* Implemented new checker await-outside-async (#4514)yushao22021-06-093-0/+34
* Add regression test for Pattern Matching 3.10 (#4550)Marc Mueller2021-06-072-0/+26
* Improve traceback for pytest runsMarc Mueller2021-06-071-1/+2
* Update name for consider-using-namedtuple to include dataclass (#4536)Marc Mueller2021-06-023-10/+10
* Refactor register_message_definition to prevent circular importPierre Sassoulas2021-06-021-1/+5
* Add test cases to unused-variable message (#4540)Konstantina Saketou2021-06-022-1/+56
* Add new checker invalid-all-formatMarc Mueller2021-06-014-0/+16
* Add new checker consider-using-namedtuple (#4517)Marc Mueller2021-05-312-0/+79
* Fix false-positive assigning-non-slot with typing.Generic base (#4522)Marc Mueller2021-05-303-0/+21
* Additional regression tests for PyCQA/astroid#940 (#4473)Andrew Haigh2021-05-304-0/+67
* Add regression tests of inference of implicit None return (#4428)Andrew Haigh2021-05-304-2/+22
* Add regression tests of instance attribute inference on builtins.object (#4348)Andrew Haigh2021-05-302-0/+21