summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* add test for #5719, fixed in astngsylvain thenault2009-03-242-0/+10
* only skip E0203 when catched by an AttributeError or parentsylvain thenault2009-03-242-0/+11
* only skip E0602 when catched by a NameError or parentsylvain thenault2009-03-242-0/+26
* don't issue E0203 when in try: except AttributeErrorsylvain thenault2009-03-231-0/+8
* fix #8350, C0322 false positive on multi-line stringsylvain thenault2009-03-232-2/+13
* more complete list of special methods, also skip W0613sylvain thenault2009-03-232-0/+22
* set E0501 line no to the first line where non ascii character has been foundsylvain thenault2009-03-231-1/+1
* skip * or **magicsylvain thenault2009-03-231-0/+4
* fix #8687, W0613 false positive on inner functionsylvain thenault2009-03-231-0/+11
* more format checker testsylvain thenault2009-03-192-0/+18
* remergesylvain thenault2009-03-183-8/+5
|\
| * same graph represented differentlyEmile Anclin2009-03-182-6/+5
| * remove printEmile Anclin2009-03-181-2/+0
* | mergesylvain thenault2009-03-183-1/+7
|\ \ | |/ |/|
| * more testsylvain thenault2009-03-181-0/+3
* | fix relation test bugEmile Anclin2009-03-181-6/+5
|/
* test and fix W0612 false positivesylvain thenault2009-03-181-0/+8
* fix module special attributes checkingsylvain thenault2009-03-181-0/+7
* update importsylvain thenault2009-03-181-5/+7
* fix msg ordersylvain thenault2009-03-181-1/+1
* more testssylvain thenault2009-03-182-0/+8
* remove more rpython stuffsylvain thenault2009-03-182-59/+2
* default code is 28Sylvain2009-03-171-1/+1
* use MANAGERSylvain2009-03-171-2/+2
* relation extraction testsEmile Anclin2009-03-172-5/+44
* use capital letters for globals; little cleanupEmile Anclin2009-03-171-20/+26
* revert wrong message correctionEmile Anclin2009-03-172-2/+2
* fix python version handling in test_funcEmile Anclin2009-03-171-3/+4
* rename noerror_staticmethod_as_decorator testEmile Anclin2009-03-171-0/+0
* fix messagesEmile Anclin2009-03-171-2/+3
* fix E0601/E0602 alternative and testsEmile Anclin2009-03-162-2/+2
* stmt.fromlineno can be 0 for names defined on module levelEmile Anclin2009-03-161-0/+1
* remove a lot of more rpython stuffEmile Anclin2009-03-161-6/+0
* remove all rpython stuffEmile Anclin2009-03-16116-1064/+0
* test fixessylvain thenault2009-03-133-3/+3
* add a test for undefined variable accessEmile Anclin2009-03-112-0/+12
* little correctionsEmile Anclin2009-03-101-1/+1
* We catch a new w0612 now ! So remove it from noerror testEmile Anclin2009-03-103-3/+8
* get the right regex method for filtering testsEmile Anclin2009-03-091-1/+1
* replace argnames by args.argsEmile Anclin2009-03-091-2/+2
* remove zero-status-cat option, use message filtering + different status code...sylvain thenault2009-01-281-5/+2
* nathaniel patch testssylvain thenault2009-01-282-0/+45
* fix W0631, false positive reported by Paul Hachmannsylvain thenault2009-01-281-0/+2
* #5575sylvain thenault2009-01-283-9/+20
* enhance m.kiilerich patch so exit status code may be somewhat controlled (eg ...sylvain thenault2009-01-282-27/+40
* fix test: avoid undesired messagessylvain thenault2009-01-191-5/+8
* Decorators of methods should see the class namespaceMads Kiilerich2009-01-181-0/+16
* fix #6949: as suggested by m. kiilerich, we should remove __dict__ node added...sylvain thenault2009-01-162-0/+10
* fix #6954, patch contributed by Mads Kiilerichsylvain thenault2009-01-151-0/+8
* fix W0631 false positive reported by Paul HachmannSylvain Thenault2008-12-161-0/+6