tests/test-check-pyflakes.t
author Matt Mackall <mpm@selenic.com>
Tue, 11 Oct 2011 23:16:05 -0500
changeset 15223 fc035e5370ca
parent 14985 dbf91976f900
child 15372 695ac6aca77f
permissions -rw-r--r--
pyflakes: clean up some import noise

  $ "$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)