tests/README
author Joerg Sonnenberger <joerg@bec.de>
Tue, 19 Jan 2021 00:18:39 +0100
changeset 46431 72f5280e33b6
parent 26421 4b0fc75f9403
permissions -rw-r--r--
commit: look-up new revision once Look-up by node is slightly more expensive, so since it is necessary more than once, do it explicitly. Differential Revision: https://phab.mercurial-scm.org/D9830

To run the tests, do:

cd tests/
python run-tests.py

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