tests/test-check-pyflakes.t
author Martin von Zweigbergk <martinvonz@google.com>
Fri, 07 Sep 2018 11:08:47 -0700
branchstable
changeset 4091 2c60ad0d54a9
parent 2121 01ee3e155726
child 4333 824fcba2cdb4
permissions -rw-r--r--
rewind: fix help text (mostly grammar, but also s/precursor/predecessor)

#require test-repo pyflakes

Copied from Mercurial core (60ee2593a270)

  $ cd "`dirname "$TESTDIR"`"

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

  $ hg locate 'set:(**.py or grep("^#!.*python")) - removed()' 2>/dev/null \
  > | xargs pyflakes 2>/dev/null