tests/README
author Gregory Szorc <gregory.szorc@gmail.com>
Mon, 21 Dec 2015 21:42:14 -0800
changeset 27504 ce3ae9ccd800
parent 26421 4b0fc75f9403
permissions -rw-r--r--
byterange: use absolute_import There were a lot of imports scattered around this file. They have been consolidated at the top of the file where they belong.

To run the tests, do:

cd tests/
python run-tests.py

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