tests/test-check-pyflakes.t
author Matt Mackall <mpm@selenic.com>
Wed, 12 Oct 2011 18:46:23 -0500
changeset 15240 bfb93963bb39
parent 15223 fc035e5370ca
child 15372 695ac6aca77f
permissions -rw-r--r--
graft: add user, date, and tool options

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