diff -r ee07f9d142c9 -r e033a7d444ac tests/filterpyflakes.py --- a/tests/filterpyflakes.py Mon Jul 01 06:50:58 2013 +0200 +++ b/tests/filterpyflakes.py Mon Jul 01 06:50:58 2013 +0200 @@ -42,7 +42,7 @@ f = open(os.path.join(os.path.dirname(os.path.dirname(__file__)), fn)) data = f.read() f.close() - if 'no-check-code' in data: + if 'no-' 'check-code' in data: continue lines.append((msgtype, line))