view tests/test-check-flake8.t @ 6930:195941260a67 stable

tests: normalize leading spaces in `hg help pick` output
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 11 Nov 2024 10:38:20 +0400
parents cfad86381358
children
line wrap: on
line source

#require test-repo flake8

  $ . "$RUNTESTDIR/helpers-testrepo.sh"

Copied from Mercurial core (60ee2593a270)

  $ cd "`dirname "$TESTDIR"`"

run flake8 on all tracked files ending in .py or with a python shebang

  $ testrepohg files -0 'set:(**.py or grep("^#!.*python")) - removed()' \
  > -X hgext3rd/evolve/thirdparty \
  > 2>/dev/null \
  > | xargs -0 "$PYTHON" -m flake8