tests/README
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 05 Aug 2020 14:03:14 -0700
changeset 45316 1b983985edd9
parent 26421 4b0fc75f9403
permissions -rw-r--r--
hgweb: open mapfile using templater.open_template() This will help us read templates from resources in frozen binaries. Differential Revision: https://phab.mercurial-scm.org/D8899

To run the tests, do:

cd tests/
python run-tests.py

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