view tests/test-check-format.t @ 50543:164b6c4878b8 stable

doc: format argument for date uses strftime format string (issue6818)
author Joerg Sonnenberger <joerg@bec.de>
date Wed, 31 May 2023 22:36:50 +0200
parents 41d43d12c2c4
children
line wrap: on
line source

#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/**'`