tests/test-check-pyflakes.t
author Mads Kiilerich <mads@kiilerich.com>
Mon, 26 Dec 2011 16:57:14 +0100
changeset 15766 8e1854807dc2
parent 15372 695ac6aca77f
child 16350 4f795f5fbb0b
permissions -rw-r--r--
tests: ignore slash direction in paths in test-notify-changegroup.t Fixes testing on windows after 2a7fa7c641d8.

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