tests/README
author Siddharth Agarwal <sid0@fb.com>
Wed, 07 Oct 2015 21:51:24 -0700
changeset 26589 fb388aa26453
parent 26421 4b0fc75f9403
permissions -rw-r--r--
filemerge: clean up temp files in a finally block This isn't really a big deal because the temp files are created in $TMPDIR, but it makes some upcoming work simpler.

To run the tests, do:

cd tests/
python run-tests.py

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