tests/README
author Gregory Szorc <gregory.szorc@gmail.com>
Thu, 09 Mar 2017 20:51:57 -0800
changeset 31299 90e69badb125
parent 26421 4b0fc75f9403
permissions -rw-r--r--
httpconnection: don't use dict() Not sure the history here. But we don't do this elsewhere.

To run the tests, do:

cd tests/
python run-tests.py

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