tests/test-check-pyflakes.t
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 30 Jun 2017 03:42:12 +0200
changeset 33241 21b568820a3c
parent 33204 ddd65b4f3ae6
child 33367 6029939f7e98
permissions -rw-r--r--
configitems: register the 'factotum.executable' config

#require test-repo pyflakes hg10

  $ . "$TESTDIR/helpers-testrepo.sh"
  $ cd "`dirname "$TESTDIR"`"

run pyflakes on all tracked files ending in .py or without a file ending
(skipping binary file random-seed)

  $ testrepohg locate 'set:**.py or grep("^#!.*python")' \
  > -X hgext/fsmonitor/pywatchman \
  > -X mercurial/pycompat.py -X contrib/python-zstandard \
  > 2>/dev/null \
  > | xargs pyflakes 2>/dev/null | "$TESTDIR/filterpyflakes.py"
  tests/filterpyflakes.py:41: undefined name 'undefinedname'