tests/test-check-pyflakes.t
author Sushil khanchi <sushilkhanchi97@gmail.com>
Wed, 27 Nov 2019 22:52:08 +0530
changeset 5027 08be8a4d5196
parent 4333 824fcba2cdb4
permissions -rw-r--r--
evolve: add test to show that --abort is working fine When resolving content-divergence where relocation of "divergent" changeset is also required, this test file make sure that --abort option is working fine.

#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 -I 'set:(**.py or grep("^#!.*python")) - removed()' 2>/dev/null \
  > | xargs pyflakes 2>/dev/null