Mercurial > hg
comparison tests/test-check-format.t @ 43095:fb41ea2ea076
formatting: introduce a `test-check-format-black.t` that enforce formatting
This should prevent use to drift away from the expect format.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 07 Oct 2019 11:52:58 -0400 |
parents | |
children | b21e3a747501 |
comparison
equal
deleted
inserted
replaced
43094:e8cf9ad52a78 | 43095:fb41ea2ea076 |
---|---|
1 #require grey | |
2 | |
3 (this should use the actual black as soon as possible) | |
4 | |
5 $ cd $RUNTESTDIR/.. | |
6 $ python3 contrib/grey.py -S --quiet --check --diff `hg files 'set:**.py - hgext/fsmonitor/pywatchman/** - mercurial/thirdparty/** - "contrib/python-zstandard/**" - contrib/grey.py'` | |
7 |