tests/README
author Manuel Jacob <me@manueljacob.de>
Sun, 29 May 2022 15:43:21 +0200
changeset 49296 b6b6ae9ea91e
parent 26421 4b0fc75f9403
permissions -rw-r--r--
py3: remove dead code to make file descriptors non-inheritable On Python 3, file descriptors are already non-inheritable by default.

To run the tests, do:

cd tests/
python run-tests.py

See https://mercurial-scm.org/wiki/WritingTests for
more information on writing tests.