tests/README
author Martin von Zweigbergk <martinvonz@google.com>
Mon, 22 Mar 2021 13:21:12 -0700
changeset 46817 dc101c236219
parent 26421 4b0fc75f9403
permissions -rw-r--r--
makefile: use Python 3 by default when building docs as well I copied the snippet defining `PYTHON` from the root Makefile. Differential Revision: https://phab.mercurial-scm.org/D10251

To run the tests, do:

cd tests/
python run-tests.py

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