tests/README
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 28 Nov 2016 20:46:59 -0800
changeset 30562 b3a9ef3d30e8
parent 26421 4b0fc75f9403
permissions -rw-r--r--
protocol: declare transport protocol name We add an attribute to the HTTP and SSH protocol implementations identifying the transport so future patches can conditionally expose capabilities on a per-transport basis.

To run the tests, do:

cd tests/
python run-tests.py

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