summaryrefslogtreecommitdiff
path: root/test/test_func.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed merge.Michal Nowikowski2014-07-301-20/+0
* mergeMichal Nowikowski2014-07-301-11/+6
|\
| * Remove the exhaustivity test from the old framework, it just creates needless...Torsten Marek2014-07-301-25/+0
| * Remove dependency on logilab.testlib in the test suite (also removes Python 2...Torsten Marek2014-07-261-7/+8
| * mergeMichal Nowikowski2014-07-301-0/+1
| |\
| | * mergeMichal Nowikowski2014-07-281-9/+5
| | |\
| | * | Fixed tests for line endings checker.Michal Nowikowski2014-07-261-1/+1
* | | | mergeMichal Nowikowski2014-07-301-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Merged default into spelling-checkerMichal Nowikowski2014-07-281-9/+4
| |\ \ \ | | | |/ | | |/|
| * | | mergeMichal Nowikowski2014-07-261-3/+2
| |\ \ \ | | | |/ | | |/|
| * | | 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-271-1/+2
| |_|/ |/| |
* | | Only run the module tests, and make sure that no new test cases in the old te...Torsten Marek2014-07-271-8/+1
* | | Converted more test cases to the new test framework.Torsten Marek2014-07-261-1/+3
| |/ |/|
* | Merged logilab/pylint into defaultClaudiu Popa2014-07-251-2/+0
|\ \
| * | Mark 'relative-import' as only being present in Python 2.*.Torsten Marek2014-07-251-2/+0
* | | empty-docstring is now on the new test framework.cpopa2014-07-251-1/+1
|/ /
* | W0108 was ported.cpopa2014-07-251-1/+1
* | Porting tests over to the new framework.Torsten Marek2014-07-251-1/+2
* | Don't emit hidden-method message when the attribute has been monkey-patched,Sylvain Th?nault2014-07-251-1/+1
|/
* extract a messages store from the MessagesHandlerMixIn classSylvain Th?nault2014-07-241-3/+3
* Make pylint compatible with Python 2.5 again, and make all the tests pass (Cl...Torsten Marek2014-07-241-1/+1
* Added a new test suite for functional tests.Torsten Marek2014-07-241-1/+3
* update test_func exhaustivity testingSylvain Th?nault2014-04-141-17/+8
* delete trailing whitespacesSylvain Th?nault2014-04-141-1/+1
* Add a new command line option '-u' to test/test_func to automatically create ...Torsten Marek2014-03-301-17/+15
* Updated FSF address.Arun Persaud2014-02-231-1/+1
* Fix tests for handling the fact that all style are newstyle classes in Python 3.cpopa2014-01-221-2/+6
* [test] remove reference to droped test classSylvain Th?nault2013-12-191-2/+0
* [test] skip test which is not really useful and cause pb in tox or installed ...Sylvain Th?nault2013-12-191-8/+1
* Take first steps to use the symbolic name internally instead of the numeric id.Torsten Marek2013-11-061-1/+1
* Use maxversion on a few messagesJulien Cristau2013-06-191-10/+1
* Ignore W0121 for python3Julien Cristau2013-06-191-0/+2
* Ignore the test about deprecated map/filter and lambda for py3kJulien Cristau2013-06-181-0/+2
* test: fix LintTestNonExistentModuleTC for python 3.3Julien Cristau2013-06-181-1/+6
* Refactor test_func in order to extract common part for reutilization in pylin...FELD Boris2012-07-041-162/+40
* typo; fix py3k testsEmile Anclin2010-12-161-6/+3
* py3k tests: new list of remaining messagesEmile Anclin2010-12-061-1/+23
* tests: refactor possibility to have two messages or two inputsEmile Anclin2010-11-171-8/+1
* test_func: error message improvementEmile Anclin2010-11-161-4/+5
* test cleanupEmile Anclin2010-11-161-8/+0
* cleanup: we don't support python 2.2 anymoreEmile Anclin2010-11-081-10/+4
* test: make tests independent of current working directoryEmile Anclin2010-11-041-12/+32
* 223 : second expression of raise is instantiation argumentsEmile Anclin2010-11-021-1/+1
* py3k: remove deprecate "new" usageEmile Anclin2010-11-021-6/+3
* update to unittest2Sylvain Th?nault2010-09-281-3/+3
* apply emile's patch, fix test with python>=2.6Sylvain Th?nault2010-05-111-4/+7
* cleanup, d-t-w, fix remaining [en|dis] method callSylvain Th?nault2010-04-191-13/+13
* use generic disable / enable methods and inline optionSylvain Th?nault2010-04-191-2/+2
* remove cache_size option: it was desactivated anywayEmile Anclin2010-03-221-3/+0