summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [test] move out python >= 2.7 specific partpylint-version-1.0.0Sylvain Th?nault2013-08-062-3/+5
* [test] fix message file locationSylvain Th?nault2013-08-061-0/+0
* rename test so it is started with python2.6 as well as python 2.7Sylvain Th?nault2013-08-052-0/+0
* add missing test main call to please apycot/'python file.py'Sylvain Th?nault2013-08-052-3/+13
* merge with Pylint defaultexeccpopa2013-08-023-4/+21
|\
| * Combine exec-function with exec-statement, rename test files.cpopa2013-08-014-8/+8
| * Check for builtin exec function for Python 3.cpopa2013-07-272-0/+17
* | Templating mecanism for text reporters.Anthony Truchet2013-07-302-12/+68
* | get_msg_display_string always return symbolic nameSylvain Th?nault2013-07-302-2/+2
* | [test] normalize EOLsSylvain Th?nault2013-07-301-3/+3
|/
* [design analysis] fix badly implemented protocol for read-only containers lik...Sylvain Th?nault2013-07-172-7/+16
* Do not emit [fixme] for every line if the config value 'notes' is empty, but ...Torsten Marek2013-07-241-0/+61
* Emit warnings about lines exceeding the column limit when those lines are ins...Torsten Marek2013-07-242-0/+9
* Do not double-check parameter names with the regex for parameters and inline ...Torsten Marek2013-07-242-0/+6
* Use super() instead of 'super class'.cpopa2013-07-253-7/+6
* Add test cases for good cases, check the targets before the inference.unpacking2cpopa2013-07-251-0/+15
* Merge with default.cpopa2013-07-257-1/+45
|\
| * Merged logilab/pylint into defaultClaudiu Popa2013-07-245-1/+28
| |\
| | * Add functional test for missing super argument message.cpopa2013-07-242-0/+11
| | * Change test message.cpopa2013-07-241-1/+1
| | * Update tests and changelog.cpopa2013-07-173-0/+16
| | * Merged logilab/pylint into defaultClaudiu Popa2013-07-174-12/+8
| | |\
| | * | Fix false positive E1003 on Python 3 for argument-less super().cpopa2013-07-161-1/+1
| * | | Check py3k keyword-only argumentsJulien Cristau2013-07-182-0/+17
| | |/ | |/|
* | | Add new test cases for unpacking in assignments.cpopa2013-07-242-1/+20
* | | Use the symbolic name for test files.cpopa2013-07-242-0/+0
* | | Add support for unbalanced tuple unpacking check.cpopa2013-07-212-0/+9
|/ /
* | add test for no-final-new-lineSylvain Th?nault2013-07-172-0/+3
* | test: make errors from test_errors_only more understandableJulien Cristau2013-06-201-4/+4
* | Use maxversion on a few messagesJulien Cristau2013-06-191-10/+1
* | Ignore W0121 for python3Julien Cristau2013-06-191-0/+2
|/
* Remove/suppress non-name related-warnings from func_name_checking.Torsten Marek2013-06-202-5/+2
* Rename func_w0133 (a warning that does not exist any more) to func_name_check...Torsten Marek2013-06-202-0/+0
* Implement property support for method name checking.Torsten Marek2013-06-203-8/+88
* Do not emit the invalid-name warning for inherited instance attributes.Torsten Marek2013-06-201-0/+12
* [test] update message of invalid-nameSylvain Th?nault2013-06-191-3/+3
* Turn reporters into proper plugins rather than classes that are loaded explic...Torsten Marek2013-06-191-0/+4
* Names in global statements are now checked against the regular expression for...Torsten Marek2013-06-195-5/+16
* test: python3-specific output for func_newstyle_exceptionsJulien Cristau2013-06-191-0/+5
* Adjust expected output on python3 for func_import_syntax_errorJulien Cristau2013-06-191-1/+1
* test: add python3 versions for some outputsJulien Cristau2013-06-184-0/+15
* test: split w0623 tests in python2 and python3 versionsJulien Cristau2013-06-184-0/+30
* test: split func_excess_escapesJulien Cristau2013-06-184-20/+22
* Ignore the test about deprecated map/filter and lambda for py3kJulien Cristau2013-06-183-0/+2
* test: fix LintTestNonExistentModuleTC for python 3.3Julien Cristau2013-06-181-1/+6
* test/utils: use codecs.open instead of plain open for python3 compatJulien Cristau2013-06-181-1/+3
* Change the base checker to use symbolic names rather than IDs.Torsten Marek2013-06-191-4/+4
* repair test not properly fixed on invalid-name message changeSylvain Th?nault2013-06-191-1/+1
* repair test broken by removal of 'string' from the default list of deprecated...Sylvain Th?nault2013-06-191-1/+1
* Use the class name regex for toplevel name assignments whose RHS callfunc res...Torsten Marek2013-06-193-12/+68