Mercurial > public > mercurial-scm > hg
diff tests/filterpyflakes.py @ 14176:dea68bddfb87
test: add pyflakes checking for unable to detect undefined names
author | timeless <timeless@mozdev.org> |
---|---|
date | Sun, 01 May 2011 17:36:16 +0200 |
parents | b452abffcb15 |
children | 08d84bdce1a5 |
line wrap: on
line diff
--- a/tests/filterpyflakes.py Sun May 01 17:27:41 2011 +0200 +++ b/tests/filterpyflakes.py Sun May 01 17:36:16 2011 +0200 @@ -21,6 +21,7 @@ pats = [ r"imported but unused", r"local variable '.*' is assigned to but never used", + r"unable to detect undefined names", ] if not re.search('|'.join(pats), line): continue