summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| |\
| | * mergeMichal Nowikowski2014-08-031-0/+74
| | |\
| | * | 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
| | | |
* | | | Don't emit 'attribute-defined-outside-init' if the attribute was set by a ↵cpopa2014-08-041-1/+33
|/ / / | | | | | | | | | function call in a defining method. Closes issue #192.
* | | Properly handle nested format string fields. Closes issue #294.cpopa2014-08-042-0/+14
| |/ |/|
* | Fixes after review.Michal Nowikowski2014-08-011-1/+14
| |
* | mergeMichal Nowikowski2014-07-314-116/+137
|\ \ | |/
| * Analyze only strings by the string format checker. Closes issue #287.cpopa2014-07-311-0/+11
| |
| * Merged logilab/pylint into defaultClaudiu Popa2014-07-3116-53/+63
| |\
| * | Handle 'too-few-format-args' or 'too-many-format-args' for format strings ↵cpopa2014-07-314-116/+126
| | | | | | | | | | | | with both named and positional fields. Closes issue #286.
* | | Added to new options to spell checker: spelling-private-dict-file and ↵Michal Nowikowski2014-07-311-0/+61
| | | | | | | | | | | | spelling-store-unknown-words. Improved handling variable or class names in comments and docstrings. Added unit tests for spell checker.
* | | Fixed merge.Michal Nowikowski2014-07-301-20/+0
| | |
* | | mergeMichal Nowikowski2014-07-3064-767/+454
|\ \ \ | | |/ | |/|
| * | Converted more test cases.Torsten Marek2014-07-3016-53/+63
| |/
| * Remove the exhaustivity test from the old framework, it just creates ↵Torsten Marek2014-07-301-25/+0
| | | | | | | | needless churn right now. Once all test cases have been ported, it will be added again in the new framework.
| * Remove old testcase that has already been converted.Torsten Marek2014-07-302-59/+0
| |
| * Converted and merge test cases.Torsten Marek2014-07-305-165/+5
| |
| * Remove superfluous min_pyver constraints on functional test cases.Torsten Marek2014-07-305-10/+0
| |
| * Remove testcases only for Python < 2.7.Torsten Marek2014-07-303-149/+0
| |
| * Fix mixed line endings in 3.4-specific test case.Torsten Marek2014-07-301-10/+10
| |
| * Simplify and speed up the selftest by only linting pylint.lint once instead ↵Torsten Marek2014-07-293-33/+59
| | | | | | | | of 4 times.
| * Remove dependency on logilab.testlib in the test suite (also removes Python ↵Torsten Marek2014-07-2619-158/+151
| | | | | | | | 2.5 compatibility).
| * Merged in godfryd/pylint/line-ending-checks (pull request #133)Torsten Marek2014-07-308-125/+133
| |\
| | * mergeMichal Nowikowski2014-07-308-125/+133
| | |\
| | | * Merged default into line-ending-checksMichal Nowikowski2014-07-298-125/+133
| | | |\
| | | | * Fixed tests for line endings checks.Michal Nowikowski2014-07-281-33/+33
| | | | |
| | | | * Renamed line_endings.arg to line_endings.rc.Michal Nowikowski2014-07-281-0/+0
| | | | |
| | | | * mergeMichal Nowikowski2014-07-2860-341/+310
| | | | |\
| | | | * | Fixed tests for line endings checker.Michal Nowikowski2014-07-264-93/+92
| | | | | |
| | | | * | mergeMichal Nowikowski2014-07-264-84/+92
| | | | |\ \
| | | | * \ \ mergeMichal Nowikowski2014-07-2531-287/+263
| | | | |\ \ \
| | | | * | | | 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
| | | | | | | |
| * | | | | | | Merged in carlio/pylint (pull request #138)Claudiu Popa2014-07-304-1/+36
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | Don't evaluate dangerous-default-value argument values
| | * | | | | | Merged logilab/pylint into defaultcarlio2014-07-294-1/+36
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | [refs #282] dangerous-default-values are now not evaluated to get their ↵carl2014-07-274-1/+36
| | | | |_|/ / | | | |/| | | | | | | | | | | | | | | | | type/name, as this would dump the entire contents of the list or dictionary into the error message. This is not desirable for large defaults, or for sensitive information such as os.environ.
* | | | | | | mergeMichal Nowikowski2014-07-301-0/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fixed mergeMichal Nowikowski2014-07-291-0/+2
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Merged default into spelling-checkerMichal Nowikowski2014-07-2860-341/+309
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | mergeMichal Nowikowski2014-07-2634-370/+354
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | * | | | | Tweaked spelling checker msg ids and removed them from exhaustivity tests.Michal Nowikowski2014-07-251-0/+2
| | | |_|/ / | | |/| | |
* | | | | | More test cases moved to the new test framework.Torsten Marek2014-07-2721-96/+125
| | | | | |
* | | | | | Proper handle class level scope for lambdas.cpopa2014-07-294-17/+26
| | | | | |
* | | | | | Fix a false positive with string formatting checker, when using keyword ↵cpopa2014-07-291-0/+8
|/ / / / / | | | | | | | | | | | | | | | argument packing. Closes issue #288.
* | | | | Fix a false positive with string formatting checker, when encountering a ↵cpopa2014-07-292-0/+4
| |_|/ / |/| | | | | | | | | | | string which uses only position-based arguments. Closes issue #285.