summaryrefslogtreecommitdiff
path: root/pylint/test/functional
Commit message (Expand)AuthorAgeFilesLines
* improve unneeded-not messagesLaura M?dioni2015-10-271-12/+12
* Check for nots too many in comparison expressionsLaura M?dioni2015-10-263-1/+54
* Ignore missing docstrings for decorated attribute setters and deletersMichael Kefeder2015-11-191-0/+19
* Added a new refactoring warning, 'simplifiable-if-statement'Claudiu Popa2015-11-212-0/+124
* check the number of boolean expressions in if statement is reasonnableLaura M?dioni2015-10-292-0/+24
* Use safe inference in unpacking-non-sequence checkerDmitry Pribysh2015-11-094-26/+34
* Reduce number of false positives emitted by non-iterator-returned checkerDmitry Pribysh2015-11-072-13/+17
* Fix the test to work on both Python versions.Claudiu Popa2015-11-041-1/+1
* Add test for deques to `unsubscriptable-object` functional testsDmitry Pribysh2015-11-041-0/+6
* Merged in lmedioni/pylint (pull request #298)Claudiu Popa2015-11-042-0/+97
|\
| * check if the number of nested block in a function or a method isn't too highLaura M?dioni2015-10-302-0/+97
* | Rename 'unsubscriptable-value' message to 'unsubscriptable-object'Dmitry Pribysh2015-11-032-28/+28
* | Add checker for unsubscriptable values used in subscript expression.Dmitry Pribysh2015-11-033-1/+99
|/
* Fix the tests to work on both Python versions.Claudiu Popa2015-10-302-2/+2
* Merged in lmedioni/pylint (pull request #295)Claudiu Popa2015-10-307-4/+81
|\
| * no-static/class-method: enhance the tests and fix the code accordinglyLaura M?dioni2015-10-294-3/+21
| * improve style and fix typos regarding no_class/staticmethod_decoratorLaura M?dioni2015-10-292-2/+2
| * check for static methods declared without a decoratorLaura M?dioni2015-10-293-1/+30
| * check for class methods declared without a decoratorLaura M?dioni2015-10-294-3/+33
* | Add a few functional tests for enhanced unpacking checkerenhance-unpacking-checkerDmitry Pribysh2015-10-292-13/+36
* | Merge heads.Claudiu Popa2015-10-272-0/+44
|\ \
| * | Add a new convention message, 'consider-using-enumerate'Claudiu Popa2015-10-272-0/+44
| |/
* | Make iterable checker skip classes that are inferred to be abstractfix-685Dmitry Pribysh2015-10-274-13/+105
* | Skip not-an-iterable and similar checks for Base/Abstract classesDmitry Pribysh2015-10-271-1/+23
|/
* Use the representation of the context when building the message for misplaced...Claudiu Popa2015-10-262-0/+3
* Don't emit misplaced-comparison-constant for constant tests, such as true == ...Claudiu Popa2015-10-262-10/+4
* Make misplaced-comparison-constant a convention, rather than a warning.Claudiu Popa2015-10-261-3/+3
* Merge heads.Claudiu Popa2015-10-2610-16/+65
|\
| * Explicitely check for const to const comparisonLaura M?dioni2015-10-262-6/+27
| * add a new rule looking for yoda conditionsLaura M?dioni2015-10-1510-16/+44
* | Add test for verifying that __name__ can't be accessed from an instance.Claudiu Popa2015-10-262-0/+7
* | Add test case for issue #559. Closes issue #559.Claudiu Popa2015-10-241-0/+7
* | Don't warn about abstract classes instantiated in their own body. Closes issu...Claudiu Popa2015-10-211-0/+20
* | non-iterator-returned can detect classes with iterator-metaclasses.Claudiu Popa2015-10-202-7/+43
* | Add checker for membership rules and testsmembership-test-checkerDmitry Pribysh2015-10-198-0/+176
* | Change the numeric ids of the new checkers.Claudiu Popa2015-10-181-0/+2
* | Merge with defaultiterable-checkerDmitry Pribysh2015-10-1819-0/+312
|\ \
| * | Make iterable/mapping checker more smart and refactor it.Dmitry Pribysh2015-10-1515-7/+145
| * | Handle more corner cases in iterable/mapping checkerDmitry Pribysh2015-10-084-31/+95
| * | Add more positive functional tests for the iterable context checkerDmitry Pribysh2015-10-082-25/+79
| * | Add functional tests for iterable heckerDmitry Pribysh2015-10-075-0/+56
* | | Merged in dmand/pylint/fix-667 (pull request #287)Claudiu Popa2015-10-183-0/+15
|\ \ \ | |_|/ |/| |
| * | Make `no-self-use` checker not throw a warning if method has a `super()` call.Dmitry Pribysh2015-10-173-0/+15
| |/
* | Port more old tests to the new style tests and remove obsolete tests.Claudiu Popa2015-10-1210-1/+193
* | Don't warn about Starred nodes used properly in unpacking contextsClaudiu Popa2015-10-102-0/+6
* | Add a new error, 'repeated-keyword', when a keyword argument is passed multip...Claudiu Popa2015-10-096-1/+64
|/
* Fix the line number of the expected message.Claudiu Popa2015-10-041-1/+1
* Don't emit 'assigning-non-slot' for descriptors. Closes issue #652.Claudiu Popa2015-10-042-3/+37
* Merged in cezarelnazli/pylint (pull request #281)Claudiu Popa2015-10-043-0/+12
|\
| * More PEP 448 testsCezar2015-10-041-1/+4