##// END OF EJS Templates
setup: link osutil.so to libsocket on Solaris/illumos (issue6299)
setup: link osutil.so to libsocket on Solaris/illumos (issue6299)

File last commit:

r44605:5e84a96d default
r45199:53949075 stable
Show More
test-check-format.t
5 lines | 189 B | text/troff | Tads3Lexer
/ tests / test-check-format.t
formatting: using black to check for formatting
r43664 #require black
formatting: introduce a `test-check-format-black.t` that enforce formatting...
r43365
$ cd $RUNTESTDIR/..
Gregory Szorc
tests: verify that Python scripts are blackened...
r44090 $ black --config=black.toml --check --diff `hg files 'set:(**.py + grep("^#!.*python")) - mercurial/thirdparty/** - "contrib/python-zstandard/**"'`
formatting: introduce a `test-check-format-black.t` that enforce formatting...
r43365