summaryrefslogtreecommitdiff
path: root/pylint/test
Commit message (Expand)AuthorAgeFilesLines
* Can choose decorators that mutate a function's signature (#2926)Ashley Whetter2019-05-232-0/+22
* ``assignment-from-no-return`` not triggered for async methods.Claudiu Popa2019-05-231-2/+10
* Don't emit ``attribute-defined-outside-init`` for variables defined in setters.Claudiu Popa2019-05-211-0/+13
* Fixed pragmas on their own line after a backlash being ignored (#2923)Ashley Whetter2019-05-211-0/+10
* Fixed false positive for `undefined-loop-variable`Ashley Whetter2019-05-201-0/+11
* Use the right column number for syntax error on PyPyClaudiu Popa2019-05-201-3/+2
* Syntax errors report the column number.Claudiu Popa2019-05-201-1/+1
* Support fully qualified typing imports for type annotations.Claudiu Popa2019-05-202-2/+18
* Expect only certain errors from self regression testsClaudiu Popa2019-05-201-5/+13
* Add test to demonstrate that a recursion error does not happen. Close #2906Claudiu Popa2019-05-191-0/+14
* Exclude ``__dict__`` from ``attribute-defined-outside-init``Claudiu Popa2019-05-191-0/+5
* Correct word pointed when the same word has more than one error in the same lineagutole2019-05-141-0/+57
* Fix crash in callable check (#2901)Martin Vielsmaier2019-05-051-0/+16
* fix old-division check for int(...) (#2892)Anthony Sottile2019-04-301-7/+22
* Flip around the message of broad_try_clauseClaudiu Popa2019-04-291-1/+1
* Add broad try clause extension. (#2890)Tyler Thieding2019-04-292-0/+66
* Add 'of' to GoogleDocstring multiple type (#2884)Zeb Nicholls2019-04-291-0/+15
* Added subprocess.run explicit set `check` argument checker. Closes #2848fadedDexofan2019-04-193-0/+9
* When we can't infer bare except handlers, skip ``try-except-raise``Claudiu Popa2019-04-092-10/+0
* Handle more `unnecessary-lambda` cases when dealing with additional kwargs in...Claudiu Popa2019-04-031-0/+2
* Better postponed evaluation of annotations handlingClaudiu Popa2019-04-031-0/+4
* Refactor - Create file for BaseCheckerPierre Sassoulas2019-03-291-1/+1
* Refactor - Move function for checker in CheckerPierre Sassoulas2019-03-293-8/+9
* Fix - Move checker.utils tests into their dedicated unittestPierre Sassoulas2019-03-292-195/+192
* Refactor - Create a new file for ASTWalker unittestPierre Sassoulas2019-03-292-61/+71
* Refactor - Move refactor.utils function to the utils packagePierre Sassoulas2019-03-292-3/+2
* Refactor - Avoid intra-packages circular dependencies for constantsPierre Sassoulas2019-03-291-5/+4
* Support postponed evaluation of annotations for variable annotations.Claudiu Popa2019-03-291-0/+9
* ``epylint.py_run`` defaults to ``python`` in case the current executable is n...Claudiu Popa2019-03-281-1/+0
* Drop the quotes to make the test actually workClaudiu Popa2019-03-271-1/+1
* Add preferred-modules option and checkPaul Renvoisé2019-03-273-0/+9
* Add/modify tests for checking raw docstring in Similarities checkerTaewon D. Kim2019-03-273-4/+20
* Don't recurse in inherit_from_std_exNathan Marrow2019-03-221-0/+15
* Feat - Makes C0412 (ungrouped-imports) compatible with isort (#2824)Pierre Sassoulas2019-03-225-3/+15
* Add new linter: dict-iter-missing-itemsyory82019-03-202-0/+24
* Fix - A problem with comment handling in importPierre Sassoulas2019-03-201-1/+1
* Fix - An error added when applying isort/black everywherePierre Sassoulas2019-03-202-5/+3
* Fix - C0412: Imports from package x are not groupedPierre Sassoulas2019-03-201-2/+3
* Style - Re-Apply black following the isort cleanupPierre Sassoulas2019-03-204-7/+7
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-2037-86/+68
* Add a new ``missing-parentheses-for-call-in-test`` checkhippo912019-03-194-25/+138
* Make ``len-as-condition`` only fire when a ``len(x)`` call is made without an...Paul Renvoise2019-03-192-48/+69
* Fix misattribution of `unused import` (#2672)Jim Robertson2019-03-192-2/+7
* ``assigning-non-slot`` not emitted for classes with unknown base classes.Claudiu Popa2019-03-111-0/+8
* ``old-division`` is not emitted for non-Const nodes.Claudiu Popa2019-03-111-0/+18
* Refactor - Rename PylintASTWalker to ASTWalkerPierre Sassoulas2019-03-091-4/+4
* Refactor - Create a unittest file for MessageStorePierre Sassoulas2019-03-092-114/+124
* Refactor - Move test_register_error in pylint.message testPierre Sassoulas2019-03-092-142/+135
* Refactor - Move test_create_invalid_message_type in pylint.message testPierre Sassoulas2019-03-092-13/+13
* Refactor - Create a unittest file for the pylint.message packagePierre Sassoulas2019-03-091-0/+13