Mercurial > hg
view tests/test-check-format.t @ 44990:62bdb288c449
tests: add hghave rule 'setprocname' to check if osutil.setprocname and use it
setprocname is not present when we build a pure version. This leads to output
changes in test-chg.t
This should make test suite green on Python 2 pure build with chg.
Differential Revision: https://phab.mercurial-scm.org/D8638
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Wed, 17 Jun 2020 17:46:30 +0530 |
parents | 5e84a96d865b |
children | f62bb5d07848 |
line wrap: on
line source
#require black $ cd $RUNTESTDIR/.. $ black --config=black.toml --check --diff `hg files 'set:(**.py + grep("^#!.*python")) - mercurial/thirdparty/**'`