tests/README
author Pierre-Yves David <pierre-yves.david@fb.com>
Mon, 29 Sep 2014 01:29:08 -0700
changeset 23356 140c21fbf4eb
parent 8936 1de6e7e1bb9f
child 26421 4b0fc75f9403
permissions -rw-r--r--
transaction: allow generating files with a suffix This will allow us to generate temporary pending files. Files generated with a suffix are assumed temporary and will be cleaned up at the end of the transaction.

To run the tests, do:

cd tests/
python run-tests.py

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