tests/README
author Simon Heimberg <simohe@besonet.ch>
Mon, 03 Feb 2014 20:08:58 +0100
changeset 20390 3fedc29a98bb
parent 8936 1de6e7e1bb9f
child 26421 4b0fc75f9403
permissions -rw-r--r--
tests: use ls instead of find, all files are in the same directory In this case find has no advantage compared to ls. Descending into directories is unnecessary, because there are none.

To run the tests, do:

cd tests/
python run-tests.py

See http://mercurial.selenic.com/wiki/WritingTests for
more information on writing tests.