Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all package files to a pylint package. | Ionel Cristian Maries | 2015-02-14 | 1 | -412/+0 |
| | |||||
* | pylint pylint | Sylvain Th?nault | 2014-11-19 | 1 | -3/+7 |
| | |||||
* | Add create_tempfile function to testutils and use it in ↵ | Claudiu Popa | 2014-11-16 | 1 | -10/+22 |
| | | | | create_file_backed_module. | ||||
* | Move create_file_backed_module to testutils. | Claudiu Popa | 2014-11-16 | 1 | -1/+23 |
| | |||||
* | Move tokenize_str from tests to testutils. | Claudiu Popa | 2014-11-15 | 1 | -0/+4 |
| | |||||
* | Fix a regression, where '{path}' was no longer accepted in '--msg-template'. | Claudiu Popa | 2014-10-16 | 1 | -1/+2 |
|\ | | | | | | | Patch by LCD47. | ||||
| * | Add Changelog. Fix tests. | LCD 47 | 2014-10-10 | 1 | -0/+1 |
|/ | |||||
* | Ignore .pyc files for the old functional test framework. | Claudiu Popa | 2014-09-30 | 1 | -1/+1 |
| | |||||
* | Don't use cStringIO | Brett Cannon | 2014-08-29 | 1 | -2/+3 |
| | |||||
* | Modernize to the point of working for Python 2.7 still | Brett Cannon | 2014-08-29 | 1 | -6/+8 |
| | |||||
* | Implement confidence levels. | Torsten Marek | 2014-07-24 | 1 | -1/+1 |
| | | | | | | | - attach confidence levels to a number of messages - include confidence levels in the message object - if the confidence of a message is not HIGH or UNDEFINED, include it in the test output. | ||||
* | Add debug code for drone.io. | cpopa | 2014-08-18 | 1 | -0/+1 |
| | |||||
* | Remove dependency on logilab.testlib in the test suite (also removes Python ↵ | Torsten Marek | 2014-07-26 | 1 | -31/+10 |
| | | | | 2.5 compatibility). | ||||
* | linting pylint | Sylvain Th?nault | 2014-07-25 | 1 | -5/+3 |
| | |||||
* | Make pylint compatible with Python 2.5 again, and make all the tests pass ↵ | Torsten Marek | 2014-07-24 | 1 | -4/+24 |
| | | | | (Closes: #278). | ||||
* | Don't emit 'no-name-in-module' for ignored modules. Closes issue #223. | cpopa | 2014-07-12 | 1 | -0/+3 |
| | |||||
* | Make the func_unicode_literal test pass on Python < 2.7.4, which does not ↵ | Torsten Marek | 2014-04-28 | 1 | -1/+1 |
| | | | | tokenize strings with the b prefix properly. | ||||
* | Do not crash in update mode if a file does not exist. | Torsten Marek | 2014-04-17 | 1 | -3/+5 |
| | |||||
* | various cleanups | Sylvain Th?nault | 2014-04-15 | 1 | -1/+2 |
| | |||||
* | [test utils] add walk method to CheckerTestCase | Sylvain Th?nault | 2014-04-15 | 1 | -0/+7 |
| | |||||
* | [test] strip output to avoid dumb errors | Sylvain Th?nault | 2014-04-14 | 1 | -2/+2 |
| | |||||
* | Merged in bukzor/pylint/w0401_package (pull request #66) | Sylvain Th?nault | 2014-04-11 | 1 | -5/+11 |
|\ | | | | | | | Improve cyclic import detection in the case of packages. | ||||
| * | merge logilab tip to w0401_package | buck | 2014-03-05 | 1 | -5/+11 |
| |\ | |||||
| | * | Improve cyclic import detection in the case of packages. | buck | 2013-10-14 | 1 | -5/+11 |
| | | | | | | | | | | | | Also, added support for input package in functional test. | ||||
* | | | [testutils] fix set_config: 'reopening' the checker may be necessary to new ↵ | Sylvain Th?nault | 2014-04-09 | 1 | -0/+3 |
| | | | | | | | | | | | | configuration is properly considered | ||||
* | | | [testutils] fix set_config: wraps is a decorator | Sylvain Th?nault | 2014-04-09 | 1 | -1/+1 |
| | | | |||||
* | | | [testutils] UnittestLinter.add_stats return stats for actual linter compat | Sylvain Th?nault | 2014-04-09 | 1 | -1/+1 |
| | | | |||||
* | | | Add a new decorator that can be used to declaratively set options on the ↵ | Torsten Marek | 2014-03-30 | 1 | -0/+14 |
| | | | | | | | | | | | | checker instance for CheckerTestCase. | ||||
* | | | Add a new command line option '-u' to test/test_func to automatically create ↵ | Torsten Marek | 2014-03-30 | 1 | -8/+22 |
| | | | | | | | | | | | | or update expected messages files. | ||||
* | | | except as replaced by commas, one with_statement future import added and ↵ | Ricardo Gemignani | 2014-03-06 | 1 | -0/+1 |
|/ / | | | | | | | StringFormat used to replace string.format when python < 2.6 | ||||
* | | Updated FSF address. | Arun Persaud | 2014-02-23 | 1 | -1/+1 |
| | | |||||
* | | Fix various issues with linesep for Windows | cpopa | 2013-12-23 | 1 | -0/+5 |
| | | |||||
* | | various pylint fixes | Sylvain Th?nault | 2013-12-22 | 1 | -5/+5 |
| | | |||||
* | | testutils: use argument order expected by unittest, expected value first | Sylvain Th?nault | 2013-12-19 | 1 | -2/+2 |
| | | |||||
* | | testutils: open messge file using Universal new lines mode to avoid failure ↵ | Sylvain Th?nault | 2013-12-19 | 1 | -1/+1 |
|/ | | | | due to do Windows/Unix CRLF pbs | ||||
* | some pylint and style fixes | Sylvain Th?nault | 2013-07-31 | 1 | -2/+2 |
| | |||||
* | Extend the CheckerTestCase to allow overriding configuration values during ↵ | Torsten Marek | 2013-06-20 | 1 | -1/+4 |
| | | | | setUp. | ||||
* | testutils: fix a comment to match the code and try to make things clearer | Julien Cristau | 2013-06-19 | 1 | -4/+4 |
| | | | | | test/messages/<name>_pyxy.txt is used for python x.y and later, not earlier versions. | ||||
* | Extended the docstring tester to optionally allow skipping the requirement for | Torsten Marek | 2013-06-18 | 1 | -1/+65 |
| | | | | short functions/methods/classes and added a testcase. | ||||
* | fix NameError | Aurelien Campeas | 2013-04-11 | 1 | -3/+3 |
| | |||||
* | a few pylint fixes and copyright cleanups | Sylvain Th?nault | 2013-03-29 | 1 | -4/+4 |
| | |||||
* | lint fixes | Sylvain Th?nault | 2012-09-19 | 1 | -9/+8 |
| | |||||
* | Refactor test_func in order to extract common part for reutilization in ↵ | FELD Boris | 2012-07-04 | 1 | -0/+246 |
pylint-brain |