summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add a regression tests for dataclasses with fieldsPierre Sassoulas2021-08-303-0/+35
* Add `use-set-for-membership` check (#4841)Marc Mueller2021-08-303-0/+53
* Add `consider-using-assignment-expr` to `CodeStyleChecker` (#4876)Marc Mueller2021-08-303-0/+172
* Fix typo in assigment_from_no_return functional testsPierre Sassoulas2021-08-302-0/+0
* Remove async test for python 3.5 or lesserPierre Sassoulas2021-08-306-22/+8
* Remove functional test configuration for python version <=3.6.0Pierre Sassoulas2021-08-30109-147/+10
* Merge abstract_class_instantiated in the same filePierre Sassoulas2021-08-307-29/+21
* Implement basic control flow checks for ``consider-using-with`` (#4929)Andreas Finkler2021-08-302-6/+98
* Add ``Consider-using-f-string`` checker (#4796)Daniƫl van Noord2021-08-3035-116/+225
* Fix a crash from astroid.InferenceError raised on copy.copyPierre Sassoulas2021-08-211-0/+16
* Migrate from ``appdirs`` to ``platformdirs`` (#4887)Pierre Sassoulas2021-08-211-2/+2
* Bump pylint to 2.10.2-dev0, update changelogAshley Whetter2021-08-202-0/+2
* Bump pylint to 2.10.1, update changelogv2.10.1Ashley Whetter2021-08-202-0/+2
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-2015-6/+22
* Add a test for false positive no-member in subclassed dataclassesPierre Sassoulas2021-08-202-0/+50
* Add consider-ternary-expression extensionNick Drozd2021-08-203-0/+29
* Add typecheck tests for dataclass attributesDavid Liu2021-08-203-0/+129
* Improve invalid-metaclass error message for InstancesDavid Liu2021-08-191-0/+4
* Use alias for astroid.nodes 04 (#4869)Marc Mueller2021-08-195-17/+19
* pyreverse - Handle a regression with typehints of type astroid.Subscript (#4859)Mark Byrne2021-08-187-4/+32
* Add extension check against use of while loops (#4860)Nick Drozd2021-08-186-0/+39
* [duplicate-code] Parse functions and class methods recursively when gathering...Maksym Humetskyi2021-08-173-0/+116
* Limit the dataclasses tests to python 3.7Pierre Sassoulas2021-08-164-19/+21
* Additional tests for PyCQA/astroid#1126David Liu2021-08-1610-3/+160
* Add regression tests for issue with subclassed enumsPierre Sassoulas2021-08-161-2/+62
* Fix functional test no-value-for-parameter when instancing an enumPierre Sassoulas2021-08-161-1/+1
* Fix crash on relative import beyond top-level packagePierre Sassoulas2021-08-152-1/+3
* Suppress ``consider-using-with`` on return statementsDudeNr332021-08-151-0/+4
* ``pyreverse``: Add option for colored output (#4850)Andreas Finkler2021-08-158-22/+150
* Add a regression test for #4837 (#4847)Pierre Sassoulas2021-08-152-0/+24
* ``pyreverse``: add PlantUML output (#4846)Andreas Finkler2021-08-1410-22/+156
* [duplicate-code] Ignore decorators lines by similarities checker when ignore ...Maksym Humetskyi2021-08-142-4/+20
* Improvements consider-using-tuple (#4838)Marc Mueller2021-08-132-9/+13
* Fix existing testsMarc Mueller2021-08-133-3/+5
* Add new check - use-sequence-for-iterationMarc Mueller2021-08-132-0/+20
* Permit to lint to the end in case of crash on a file (#4810)Pierre Sassoulas2021-08-123-1/+78
* Revert "Extended consider-using-tuple check to cover 'in' comparisons (#4768)"Marc Mueller2021-08-122-40/+4
* Fix false-positive used-before-assignment with := in Return nodeMarc Mueller2021-08-121-0/+5
* Add a regression test for #4823Pierre Sassoulas2021-08-121-1/+15
* Fix bugs in W0640 cell-var-from-loop checker (#4827)David Liu2021-08-123-7/+102
* Update option_manager_mixin.py - issue 3839 (#4812)PaaEl2021-08-111-0/+32
* Fix false positives for invalid-all-format (#4711) (#4829)kasium2021-08-112-0/+8
* Convert ``get_project`` to a fixture instead of implementing it under ``pylin...DudeNr332021-08-094-18/+31
* Update license link to point to main, not masterDudeNr332021-08-091-1/+1
* Use custom class, as ``dataclasses`` was only introduced in Python 3.7.DudeNr332021-08-091-17/+33
* Use ``default_factory`` for mutable attribute.DudeNr332021-08-091-3/+3
* Add tests for ``Printer`` classes which are not covered yet implicitly throug...DudeNr332021-08-091-0/+32
* Extract commonly used test helpers into ``conftest.py`` and a testutils compo...DudeNr332021-08-094-27/+54
* Extract tests for ``pylint.pyreverse.utils`` into own test module.DudeNr332021-08-092-108/+119
* Rename test files to follow the same conventions as other test modulesDudeNr332021-08-093-2/+2