tests/README
author Martin Geisler <mg@daimi.au.dk>
Wed, 18 Feb 2009 00:44:38 +0100
changeset 7790 1817e45c2212
parent 3934 d0bbd8ee50c7
child 8936 1de6e7e1bb9f
permissions -rw-r--r--
setup: use sys.executable to call hg Executing ".\hg" does not work on Windows, but we can instead ask Python to execute hg.

To run the tests, do:

cd tests/
python run-tests.py

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