Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all package files to a pylint package. | Ionel Cristian Maries | 2015-02-14 | 1 | -95/+0 |
| | |||||
* | Fixed merge. | Michal Nowikowski | 2014-07-30 | 1 | -20/+0 |
| | |||||
* | merge | Michal Nowikowski | 2014-07-30 | 1 | -11/+6 |
|\ | |||||
| * | Remove the exhaustivity test from the old framework, it just creates ↵ | Torsten Marek | 2014-07-30 | 1 | -25/+0 |
| | | | | | | | | needless churn right now. Once all test cases have been ported, it will be added again in the new framework. | ||||
| * | Remove dependency on logilab.testlib in the test suite (also removes Python ↵ | Torsten Marek | 2014-07-26 | 1 | -7/+8 |
| | | | | | | | | 2.5 compatibility). | ||||
| * | merge | Michal Nowikowski | 2014-07-30 | 1 | -0/+1 |
| |\ | |||||
| | * | merge | Michal Nowikowski | 2014-07-28 | 1 | -9/+5 |
| | |\ | |||||
| | * | | Fixed tests for line endings checker. | Michal Nowikowski | 2014-07-26 | 1 | -1/+1 |
| | | | | |||||
* | | | | merge | Michal Nowikowski | 2014-07-30 | 1 | -0/+2 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Merged default into spelling-checker | Michal Nowikowski | 2014-07-28 | 1 | -9/+4 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | merge | Michal Nowikowski | 2014-07-26 | 1 | -3/+2 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Tweaked spelling checker msg ids and removed them from exhaustivity tests. | Michal Nowikowski | 2014-07-25 | 1 | -0/+2 |
| | | | | |||||
* | | | | More test cases moved to the new test framework. | Torsten Marek | 2014-07-27 | 1 | -1/+2 |
| |_|/ |/| | | |||||
* | | | Only run the module tests, and make sure that no new test cases in the old ↵ | Torsten Marek | 2014-07-27 | 1 | -8/+1 |
| | | | | | | | | | | | | test framework are added. | ||||
* | | | Converted more test cases to the new test framework. | Torsten Marek | 2014-07-26 | 1 | -1/+3 |
| |/ |/| | |||||
* | | Merged logilab/pylint into default | Claudiu Popa | 2014-07-25 | 1 | -2/+0 |
|\ \ | |||||
| * | | Mark 'relative-import' as only being present in Python 2.*. | Torsten Marek | 2014-07-25 | 1 | -2/+0 |
| | | | |||||
* | | | empty-docstring is now on the new test framework. | cpopa | 2014-07-25 | 1 | -1/+1 |
|/ / | |||||
* | | W0108 was ported. | cpopa | 2014-07-25 | 1 | -1/+1 |
| | | |||||
* | | Porting tests over to the new framework. | Torsten Marek | 2014-07-25 | 1 | -1/+2 |
| | | |||||
* | | Don't emit hidden-method message when the attribute has been monkey-patched, | Sylvain Th?nault | 2014-07-25 | 1 | -1/+1 |
|/ | | | | | | you're on your own when you do that Closes http://www.logilab.org/ticket/36653 | ||||
* | extract a messages store from the MessagesHandlerMixIn class | Sylvain Th?nault | 2014-07-24 | 1 | -3/+3 |
| | |||||
* | Make pylint compatible with Python 2.5 again, and make all the tests pass ↵ | Torsten Marek | 2014-07-24 | 1 | -1/+1 |
| | | | | (Closes: #278). | ||||
* | Added a new test suite for functional tests. | Torsten Marek | 2014-07-24 | 1 | -1/+3 |
| | | | | | | Main changes: - version restrictions are not encoded in file names any more, but in option files - expected messages are annotated in the test files directly | ||||
* | update test_func exhaustivity testing | Sylvain Th?nault | 2014-04-14 | 1 | -17/+8 |
| | | | | | | | * skip messages that can not be emitted * use set instead of list * properly mark max version to some messages and drop now (almost) useless messages list | ||||
* | delete trailing whitespaces | Sylvain Th?nault | 2014-04-14 | 1 | -1/+1 |
| | |||||
* | Add a new command line option '-u' to test/test_func to automatically create ↵ | Torsten Marek | 2014-03-30 | 1 | -17/+15 |
| | | | | or update expected messages files. | ||||
* | Updated FSF address. | Arun Persaud | 2014-02-23 | 1 | -1/+1 |
| | |||||
* | Fix tests for handling the fact that all style are newstyle classes in Python 3. | cpopa | 2014-01-22 | 1 | -2/+6 |
| | |||||
* | [test] remove reference to droped test class | Sylvain Th?nault | 2013-12-19 | 1 | -2/+0 |
| | |||||
* | [test] skip test which is not really useful and cause pb in tox or installed ↵ | Sylvain Th?nault | 2013-12-19 | 1 | -8/+1 |
| | | | | environment (with '.' in path, such as python2.7) | ||||
* | Take first steps to use the symbolic name internally instead of the numeric id. | Torsten Marek | 2013-11-06 | 1 | -1/+1 |
| | | | | | | | This changeset changes utils.py to use the symbolic name as the primary key in _messages, and the numeric ID as an alternative name in a new dictionary. Also prepares the codebase for supporting renamed messages. | ||||
* | Use maxversion on a few messages | Julien Cristau | 2013-06-19 | 1 | -10/+1 |
| | | | | | | - duplicate keyword arguments are a syntax error starting with 2.6 - the builtin map and filter functions changed in 3.0 - exec is no longer a statement in 3.0 | ||||
* | Ignore W0121 for python3 | Julien Cristau | 2013-06-19 | 1 | -0/+2 |
| | | | | The old raise syntax doesn't exist anymore, so we can't warn about it. | ||||
* | Ignore the test about deprecated map/filter and lambda for py3k | Julien Cristau | 2013-06-18 | 1 | -0/+2 |
| | | | | | Make deprecated_lambda python2-specific, and ignore the lack of reports with that message on python3. | ||||
* | test: fix LintTestNonExistentModuleTC for python 3.3 | Julien Cristau | 2013-06-18 | 1 | -1/+6 |
| | | | | They changed the error message format. | ||||
* | Refactor test_func in order to extract common part for reutilization in ↵ | FELD Boris | 2012-07-04 | 1 | -162/+40 |
| | | | | pylint-brain | ||||
* | typo; fix py3k tests | Emile Anclin | 2010-12-16 | 1 | -6/+3 |
| | |||||
* | py3k tests: new list of remaining messages | Emile Anclin | 2010-12-06 | 1 | -1/+23 |
| | | | | - skip tests that depend on python bugs | ||||
* | tests: refactor possibility to have two messages or two inputs | Emile Anclin | 2010-11-17 | 1 | -8/+1 |
| | |||||
* | test_func: error message improvement | Emile Anclin | 2010-11-16 | 1 | -4/+5 |
| | |||||
* | test cleanup | Emile Anclin | 2010-11-16 | 1 | -8/+0 |
| | |||||
* | cleanup: we don't support python 2.2 anymore | Emile Anclin | 2010-11-08 | 1 | -10/+4 |
| | |||||
* | test: make tests independent of current working directory | Emile Anclin | 2010-11-04 | 1 | -12/+32 |
| | |||||
* | 223 : second expression of raise is instantiation arguments | Emile Anclin | 2010-11-02 | 1 | -1/+1 |
| | |||||
* | py3k: remove deprecate "new" usage | Emile Anclin | 2010-11-02 | 1 | -6/+3 |
| | |||||
* | update to unittest2 | Sylvain Th?nault | 2010-09-28 | 1 | -3/+3 |
| | |||||
* | apply emile's patch, fix test with python>=2.6 | Sylvain Th?nault | 2010-05-11 | 1 | -4/+7 |
| | |||||
* | cleanup, d-t-w, fix remaining [en|dis] method call | Sylvain Th?nault | 2010-04-19 | 1 | -13/+13 |
| | |||||
* | use generic disable / enable methods and inline option | Sylvain Th?nault | 2010-04-19 | 1 | -2/+2 |
| |