tests/test-check-format.t
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 27 Feb 2024 15:33:21 +0100
changeset 51518 c7e81615b5c4
parent 46870 41d43d12c2c4
permissions -rw-r--r--
branchcache: add some blank line in a test This helps each section to stand out.

#require black test-repo

Black needs the real USERPROFILE in order to run on Windows
#if msys
  $ USERPROFILE="$REALUSERPROFILE"
  $ export USERPROFILE
#endif

  $ cd $RUNTESTDIR/..
  $ black --check --diff `hg files 'set:(**.py + grep("^#!.*python")) - mercurial/thirdparty/**'`