summaryrefslogtreecommitdiff
path: root/pylint/test/functional
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Add functional tests for PEP 448Cezar2015-10-043-0/+9
* | Rename the name of the singleton-comparison test files.Claudiu Popa2015-10-042-0/+0
* | Merged in dmand/pylint/comparison-checker (pull request #280)Claudiu Popa2015-10-042-0/+16
|\ \ | |/ |/|
| * Add initial version of comparison checkercomparison-checkerDmitry Pribysh2015-10-032-0/+16
* | Port more old tests to the new style tests and remove obsolete tests.Claudiu Popa2015-10-038-5/+74
|/
* Add checker to identify multiple imports on one line.Dmitry Pribysh2015-10-014-2/+5
* Update the list of special methods with the methods added in PEP 492.Claudiu Popa2015-10-012-1/+20
* Start adding a protocol checker for the async features added in PEP 492:Claudiu Popa2015-10-016-0/+94
* Port more old style tests to new style tests.Claudiu Popa2015-10-0112-4/+147
* Don't consider a class abstract if its members can't be properly inferred.Claudiu Popa2015-09-304-14/+43
* Port more tests to the new test format.Claudiu Popa2015-09-3013-0/+93
* Fix the tests.Claudiu Popa2015-09-291-1/+1
* Port some old style tests to new style tests.Claudiu Popa2015-09-299-0/+1085
* Remove unused linefix-362moylop2602015-09-271-1/+0
* Fix #362 - support in import and add testmoylop2602015-09-275-1/+15
* Retrieve the qualified name only after filtering the proper needs.Claudiu Popa2015-09-211-1/+8
* Show what nonlocal was found without a binding.Claudiu Popa2015-09-212-1/+13
* Add changelog entry for 014f596 and a couple of other fixes.Claudiu Popa2015-09-211-2/+2
* Merged in matrixise/pylint/fix-582 (pull request #274)Claudiu Popa2015-09-214-1/+24
|\
| * Add a new check for the nonlocal variables without binding (close issue #582)fix-582Stephane Wirtel2015-09-214-1/+24
* | Fix issue #314: bad-whitespace looks weird when the line does not end with ne...Fabio Natali2015-09-212-0/+10
* | Improve the test suite for deprecated-methodClaudiu Popa2015-09-214-11/+34
|/