summaryrefslogtreecommitdiff
path: root/pylint/test
Commit message (Expand)AuthorAgeFilesLines
* 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-262-4/+4
* Merge heads.Claudiu Popa2015-10-2612-30/+88
|\
| * Explicitely check for const to const comparisonLaura M?dioni2015-10-262-6/+27
| * add a new rule looking for yoda conditionsLaura M?dioni2015-10-1512-30/+67
* | 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
* | Obsolete options are not present by default in the generated configuration file.Claudiu Popa2015-10-201-0/+6
* | 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-1821-1/+313
|\ \
| * | Make iterable/mapping checker more smart and refactor it.Dmitry Pribysh2015-10-1516-15/+145
| * | Remove redundant unittests for iterable checkerDmitry Pribysh2015-10-081-135/+0
| * | 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
| * | Move iterable checker to typecheck module and alter inference strategyDmitry Pribysh2015-10-082-144/+144
| * | Add functional tests for iterable heckerDmitry Pribysh2015-10-075-0/+56
| * | Alter inference strategy in iterable/mapping checkerDmitry Pribysh2015-10-071-23/+2
| * | Improve iterable inference and add more unit tests for iterable checkerDmitry Pribysh2015-10-061-6/+48
| * | Add iterable checking for all types of comprehensions.Dmitry Pribysh2015-10-051-0/+15
| * | Add initial version of checker for iterables/mappings.Dmitry Pribysh2015-10-051-0/+107
* | | Forgot to add test file.Claudiu Popa2015-10-181-0/+5
* | | 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
| |/ /
* | | Decode the docstring before attempting to parse it with the spelling checkerClaudiu Popa2015-10-161-0/+5
| |/ |/|
* | Port more old tests to the new style tests and remove obsolete tests.Claudiu Popa2015-10-1217-98/+83
* | --enable=all can now be used. Closes issue #142.Claudiu Popa2015-10-101-0/+12
* | 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-043-0/+62
|\ \ | |/ |/|
| * Add initial version of comparison checkercomparison-checkerDmitry Pribysh2015-10-033-0/+62
* | Port more old tests to the new style tests and remove obsolete tests.Claudiu Popa2015-10-0324-205/+74
|/
* Add checker to identify multiple imports on one line.Dmitry Pribysh2015-10-015-3/+23
* 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-0120-144/+98