summaryrefslogtreecommitdiff
path: root/test/functional
Commit message (Expand)AuthorAgeFilesLines
* Fix a false positive with 'too-many-format-args', when the format string cont...cpopa2014-08-272-0/+10
* Rename test files.cpopa2014-08-232-1/+1
* Avoid old-style-class for Python 2.cpopa2014-08-231-1/+1
* Fix a crash which ocurred while checking for 'method-hidden', when the parent...cpopa2014-08-232-0/+18
* Ignore superfluous-parens.cpopa2014-08-191-1/+1
* Add a new warning, 'boolean-datetime', emitted when an instance of 'datetime....cpopa2014-08-192-0/+38
* Implement confidence levels.Torsten Marek2014-07-2416-45/+131
* Expected output files for the new test framework are now CSV files.Torsten Marek2014-08-1618-125/+163
* Emit 'catching-non-exception' for non-class nodes. Closes issue #303.cpopa2014-08-182-0/+21
* Revert change from 3b748b4: emit old-style-classes only for classes without b...cpopa2014-08-181-6/+6
* Fix test failures.cpopa2014-08-171-2/+2
* Check that a class has an explicitly defined metaclass before emitting 'old-s...cpopa2014-08-174-1/+22
* Split class_members test for both Python versions.cpopa2014-08-146-0/+60
* Look in the metaclass, if defined, for members not found in the current class...cpopa2014-08-142-0/+57
* Don't emit 'unused-import' when a special object is imported (__all__, __doc_...cpopa2014-08-112-7/+12
* Fix a false positive with 'too-few-format-args', when the format strings cont...cpopa2014-08-112-0/+6
* Don't count branches from nested functions.cpopa2014-08-112-0/+70
* Don't emit 'invalid-name' when assigning a name in an ImportError handler. Cl...cpopa2014-08-092-0/+30
* Fix an 'unused-import' false positive, when the error was emitted for all the...cpopa2014-08-092-2/+2
* Don't emit 'import-error' if an import was protected by a try-except, which e...cpopa2014-08-082-0/+20
* mergefix-293Michal Nowikowski2014-08-062-0/+16
|\
| * Fixed checking a list of imported names from a module in unused-import case.Michal Nowikowski2014-08-062-0/+5
| * mergeMichal Nowikowski2014-08-042-0/+11
| |\
| | * Fixed preparing unused-import message.Michal Nowikowski2014-08-022-0/+2
| | * Improved messages text for unused imports.Michal Nowikowski2014-08-022-0/+4
| | * Improved presenting unused-import message. Closes issue #293.Michal Nowikowski2014-08-012-0/+5
* | | Properly handle unicode format strings for Python 2. Closes issue #296.cpopa2014-08-053-0/+41
|/ /
* | Properly handle nested format string fields. Closes issue #294.cpopa2014-08-042-0/+14
|/
* Analyze only strings by the string format checker. Closes issue #287.cpopa2014-07-311-0/+11
* Merged logilab/pylint into defaultClaudiu Popa2014-07-3110-0/+177
|\
| * Converted more test cases.Torsten Marek2014-07-3010-0/+177
* | Handle 'too-few-format-args' or 'too-many-format-args' for format strings wit...cpopa2014-07-312-0/+126
|/
* Converted and merge test cases.Torsten Marek2014-07-302-0/+30
* Remove superfluous min_pyver constraints on functional test cases.Torsten Marek2014-07-305-10/+0
* Simplify and speed up the selftest by only linting pylint.lint once instead o...Torsten Marek2014-07-292-0/+12
* mergeMichal Nowikowski2014-07-303-0/+8
|\
| * Renamed line_endings.arg to line_endings.rc.Michal Nowikowski2014-07-281-0/+0
| * mergeMichal Nowikowski2014-07-2836-1/+501
| |\
| * \ mergeMichal Nowikowski2014-07-262-0/+91
| |\ \
| * \ \ mergeMichal Nowikowski2014-07-2518-0/+776
| |\ \ \
| * | | | Fixed tests for line ending checks.Michal Nowikowski2014-07-252-1/+3
| * | | | Added two checkers for mixed line endings and for unexpected line endings.Michal Nowikowski2014-07-253-0/+6
* | | | | More test cases moved to the new test framework.Torsten Marek2014-07-2710-0/+123
* | | | | Proper handle class level scope for lambdas.cpopa2014-07-292-0/+26
| |_|_|/ |/| | |
* | | | Keep message lines from expected files that are not emitted by the current Py...Torsten Marek2014-07-271-1/+1
* | | | Converted more test cases to the new test framework.Torsten Marek2014-07-2621-0/+465
* | | | Rename .args files to .rc to more accurately reflect purpose and format.Torsten Marek2014-07-2611-0/+0
* | | | Port some regression tests to the new functional test framework and make it p...Torsten Marek2014-07-265-0/+35
| |_|/ |/| |
* | | Restore Python 2 compat.cpopa2014-07-251-3/+3
* | | Don't emit 'missing-docstring' when the actual docstring uses `.format`. Clos...cpopa2014-07-252-0/+91
| |/ |/|