tests/README
author Gregory Szorc <gregory.szorc@gmail.com>
Sun, 11 Mar 2018 15:40:58 -0700
changeset 36907 c1de7efca574
parent 26421 4b0fc75f9403
permissions -rw-r--r--
hgweb: port to new response API These were the last consumers of wsgirequest.respond() \o/ Differential Revision: https://phab.mercurial-scm.org/D2829

To run the tests, do:

cd tests/
python run-tests.py

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