summaryrefslogtreecommitdiff
path: root/tests/test-check-pyflakes.t
blob: 3b5c272ca01d43f5c8cc9b441f3aa6f17bfb01ae (plain)
1
2
3
4
5
6
  $ "$TESTDIR/hghave" pyflakes || exit 80
  $ cd "`dirname "$TESTDIR"`"
  $ pyflakes mercurial hgext 2>&1 | "$TESTDIR/filterpyflakes.py"
  hgext/inotify/linux/__init__.py:*: 'from _inotify import *' used; unable to detect undefined names (glob)