tests/test-check-pyflakes.t
author simon@laptop-tosh
Thu, 13 Jun 2013 01:44:02 +0200
changeset 19321 2d03c8da7d98
parent 16350 4f795f5fbb0b
child 19377 0cb996ee8c6d
permissions -rw-r--r--
tests: check-code more python files without py extension files found by running $ hg manifest | grep -v "\." | xargs file | grep python

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