summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* add test on empty implementsSylvain Th?nault2010-07-051-0/+15
* apply emile's patch, fix test with python>=2.6Sylvain Th?nault2010-05-117-8/+34
* pyreverse test: add a class member and adapt testsEmile Anclin2010-04-213-5/+8
* mergeSylvain Th?nault2010-04-192-0/+17
|\
| * add a little test on a with statement with triggered #20067Emile Anclin2010-04-152-0/+17
* | cleanup, d-t-w, fix remaining [en|dis] method callSylvain Th?nault2010-04-196-73/+67
* | use generic disable / enable methods and inline optionSylvain Th?nault2010-04-1975-101/+101
|/
* apply Alexander Artemenko patch for non-ascii caractersEmile Anclin2010-03-301-0/+8
* apply Donovan Lee Wanhoy patch: don't warn on missing doc string for child cl...Emile Anclin2010-03-291-0/+42
* Sarah Strong patch for #4595: don't warn on trailing comma in dict, list and ...Emile Anclin2010-03-291-0/+12
* apply Scott Pilkey patch: fix #9018: when using defining-attr-method order ma...Emile Anclin2010-03-242-0/+34
* nikola kramaric fix #5975, Abstract intermediate class not recognized as suchSylvain Th?nault2010-03-232-1/+12
* implement #18860, new W0199 message on assert (a, b) by Fletcher JohnsonSylvain Th?nault2010-03-232-0/+13
* fix testSylvain Th?nault2010-03-221-1/+1
* test and fix crash on global w/ 'virtual' nodes such as __file__, __module__,...Sylvain Th?nault2010-03-222-0/+10
* remove cache_size option: it was desactivated anywayEmile Anclin2010-03-221-3/+0
* applied Colin Moris patch closing #9263: no W0613 for __init__ (method does n...Sylvain Th?nault2010-03-042-1/+10
* Fix and test case for W0233 false positive: if the same superclassMaarten ter Huurne2010-03-021-0/+8
* fix #20991: class scope definitions ignored in a genexprAdrien Di Mascio2010-02-251-0/+9
* implement #9776, 'W0150' break or return statement in finally block may swall...Alain Leufroy2010-02-232-0/+46
* mergeSylvain Th?nault2010-02-233-1/+5
|\
| * implements #9982: specific error message when raising NotImplementedAlain Leufroy2010-02-173-1/+5
* | patch for #5977. Yields do not increment the counter of returns.Sylvain Th?nault2010-02-232-0/+43
* | implement #5564: ignore function / methode arguments with leading "_".Sylvain Th?nault2010-02-232-0/+52
|/
* Add a checker verifying string formatting (James Lingard's patch) + testsCharles Hebert2009-11-273-1/+35
* add testcase for #9334Pierre-Yves David2009-11-251-0/+17
* auto-tag for input filePierre-Yves David2009-11-251-2/+2
* mergeSylvain Th?nault2009-11-251-0/+7
|\
| * fix #18862: E0601 false positive with lambda functionsSylvain Th?nault2009-11-251-0/+7
* | fix fulltest.sh (#18308)Pierre-Yves David2009-11-251-2/+4
|/
* mergeSylvain Th?nault2009-11-251-1/+24
|\
| * fix garbage commited by mistakePierre-Yves David2009-11-251-1/+0
| * add description au tags to suite generated in test_func.pyPierre-Yves David2009-11-252-1/+25
* | missing __revision__ to avoid failureSylvain Th?nault2009-11-251-0/+1
* | Added test case that triggers false positive in the current code when a funct...Maarten ter Huurne2009-11-251-0/+17
|/
* applied James Lingar patch for ++ operator and duplicate dict key. add manage...Pierre-Yves David2009-11-254-0/+41
* tag smoke testPierre-Yves David2009-11-251-2/+14
* Add a checker verifying that the arguments passed to aJames Lingard2009-11-255-3/+50
* minor renaming and tagginf of TestTests.test testcasePierre-Yves David2009-11-251-1/+2
* fix test suite when user have a pylintrc.Pierre-Yves David2009-11-251-4/+21
* test fixes to consider fixed typosSylvain Th?nault2009-11-255-8/+8
* mergeSylvain Th?nault2009-11-232-3/+3
|\
| * include Dotan Barak spell fixes patchSylvain Th?nault2009-11-233-7/+7
* | [typos] dependanc(y|ies) -> dependenc(y|ies)Emile Anclin2009-09-162-5/+5
* | drop deprecated runtest.py fileSylvain Th?nault2009-08-281-5/+0
|/
* test and fix for #9215Sylvain Th?nault2009-08-271-0/+29
* add test for #9588: false positive E1101 for augmented assignmentSylvain Th?nault2009-08-271-0/+39
* add test case of #8711, assigning from yield expression (actually fixed in as...Sylvain Th?nault2009-08-271-0/+21
* fix test, new logging checkerSylvain Th?nault2009-08-261-17/+17
* refactor & fix the imports checkerSylvain Th?nault2009-08-267-8/+7