summaryrefslogtreecommitdiff
path: root/test/unittest_lint.py
Commit message (Expand)AuthorAgeFilesLines
* Unify and improve function invocation errors:Torsten Marek2014-04-041-2/+2
* ensure --init-hooks is evaluated before other options. Closes issue #166Sylvain Th?nault2014-03-211-1/+6
* enhance option preprocessing error detection and related testsSylvain Th?nault2014-03-211-2/+16
* [test] drop unused class and other minor cleanupsSylvain Th?nault2014-03-211-24/+6
* Updated FSF address.Arun Persaud2014-02-231-1/+1
* Fix various issues with linesep for Windowscpopa2013-12-231-8/+18
* [test] use assertTrue instead of deprecated assert_Sylvain Th?nault2013-12-201-1/+1
* Add support for registering deprecated names for messages.Torsten Marek2013-11-061-0/+17
* Allow linter subclasses to override should_analyze_file to skip allTorsten Marek2013-11-051-0/+7
* fix tests broken due to Windows line ending or by output format change introd...Sylvain Th?nault2013-10-251-5/+5
* [lint]?rename get_astroid into get_astSylvain Th?nault2013-10-251-1/+1
* Proper merge.testscpopa2013-09-251-17/+35
* Fixing various tests for other platforms (Windows).cpopa2013-09-051-9/+14
* test: make errors from test_errors_only more understandableJulien Cristau2013-06-201-4/+4
* Turn reporters into proper plugins rather than classes that are loaded explic...Torsten Marek2013-06-191-0/+4
* [test] drop broken dead codeSylvain Th?nault2013-06-191-9/+1
* Allow messages to be added by symbolic name as well as by ID.Torsten Marek2013-06-181-1/+11
* Extended the docstring tester to optionally allow skipping the requirement forTorsten Marek2013-06-181-1/+1
* astng has been renamed astroidDavid Douard2013-06-171-3/+3
* Tokenize the input source only once and hand it to all checkers that need the...Torsten Marek2013-05-011-2/+2
* Add messages I0020 and I0021 for reporting of suppressed messages and useless...tmarek2012-11-121-1/+30
* don't want to run a checker only because of a Fatal errorSylvain Th?nault2012-09-201-9/+3
* Added the ability to specify reporter class name as report's 'output-format'.Kevin Jing Qiu2012-09-201-0/+13
* stop using assert_, rather use assertTrue / assertFalseSylvain Th?nault2012-09-191-55/+63
* Closes #104572: symbolic warning names in output (by Martin Pool)Martin Pool2012-09-191-0/+30
* fix R0801 similarities bug. Closes #63424Anthony VEREZ2012-09-191-3/+2
* Fix tests which failed on tempfile file comparaison due to Mac OS X which mak...FELD Boris2012-06-071-0/+15
* drop unittest2 deprecation warningSylvain Th?nault2011-10-241-4/+4
* closes #76920: don't crash in preprocess_option if some looked option has no ...Torsten Marek2011-09-231-1/+28
* closes #69993: Additional string format checks for logging moduleSylvain Th?nault2011-07-081-2/+2
* py3k: need to handle guess_encoding in astngEmile Anclin2010-11-221-2/+3
* test: fix tests, test some more message and report disablingEmile Anclin2010-12-131-5/+35
* messages: add "check_messages" decorator to store messagesEmile Anclin2010-12-091-1/+1
* cleanup: remove unused needs_checkers attribut and sort_checkers methodEmile Anclin2010-12-091-2/+2
* remove more 2.4 compatEmile Anclin2010-11-151-1/+1
* py3k: fix test (module StringIO disappeared)Emile Anclin2010-11-101-3/+8
* py3k: import reload from lgc.compatEmile Anclin2010-11-021-2/+1
* update to unittest2Sylvain Th?nault2010-09-281-16/+16
* cleanup, d-t-w, fix remaining [en|dis] method callSylvain Th?nault2010-04-191-38/+32
* Add a checker verifying string formatting (James Lingard's patch) + testsCharles Hebert2009-11-271-1/+1
* fix test suite when user have a pylintrc.Pierre-Yves David2009-11-251-4/+21
* test fixes to consider fixed typosSylvain Th?nault2009-11-251-1/+1
* fix test, new logging checkerSylvain Th?nault2009-08-261-17/+17
* #5575sylvain thenault2009-01-281-6/+0
* enhance m.kiilerich patch so exit status code may be somewhat controlled (eg ...sylvain thenault2009-01-281-5/+5
* remove duplicate assertion in testAlexandre Fayolle2008-09-011-1/+0
* fixed broken testAlexandre Fayolle2008-09-011-1/+2
* remove deprecated quiet argument to Run()Sylvain Thenault2008-08-201-1/+1
* py2.3 test fixesSylvain2007-03-091-0/+1
* * fix disable-checker option so that it won't accidentally enable theSylvain2007-03-071-6/+15