summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* remove more 2.4 compatEmile Anclin2010-11-151-1/+1
* cleanup: remove python < 2.5 supportEmile Anclin2010-11-101-2/+0
* py3k: fix test (module StringIO disappeared)Emile Anclin2010-11-101-3/+8
* typoEmile Anclin2010-11-091-1/+1
* fix /py3k : self import is no problem (fixed in astng); fix message in testsEmile Anclin2010-11-091-0/+2
* test: add a test for encoding crashEmile Anclin2010-11-092-2/+22
* cleanup: we don't support python 2.2 anymoreEmile Anclin2010-11-082-11/+5
* make utf-8 noerror test pass (2to3 will add a character with "print")Emile Anclin2010-11-081-2/+3
* test: make tests independent of current working directoryEmile Anclin2010-11-048-44/+65
* py3k: fix some testsEmile Anclin2010-11-043-5/+3
* py3k tests: raising a string becomes a syntax errorEmile Anclin2010-11-024-0/+14
* 223 : second expression of raise is instantiation argumentsEmile Anclin2010-11-021-1/+1
* py3k: remove deprecate "new" usageEmile Anclin2010-11-021-6/+3
* py3k / similar: typos, output improvement, fix sortedEmile Anclin2010-11-021-1/+1
* py3k: import reload from lgc.compatEmile Anclin2010-11-021-2/+1
* py3k: make unittest_pyreverse_diadefs.py compatibleEmile Anclin2010-10-281-37/+22
* add a minimal class decorator testEmile Anclin2010-10-211-0/+9
* update to unittest2Sylvain Th?nault2010-09-289-67/+67
* 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